Wiki

Clone wiki

com-data / Home

Manual vs Auto

incorrect

manual seems provide consistent result, which coincides with the first run in auto. I think, we could just run once manually, since the cycle number doesn't change much on different runs in manual.

correct

Due to the fix of one bug in the code. 'auto' provides consistent info. It doesn't make any sense to distingush these two. Merge into plain directory.

Directory names

  • plain: ordinary cases.
  • fair: use same memory footprint.
  • plain_constrain: polling only on local variables.
  • fair_constrain: use same memory footprint + polling on local variables.

Updated