bholt / experiments-new

Library for running and tabulating experiments and parameter sweeps.
2 stars 1 forks source link

Expected output #11

Closed bholt closed 10 years ago

bholt commented 11 years ago

Come up with way to express outputs that are expected for valid runs. Don't count things as "run_already" unless these are filled, display automatically in status, and anything else we can think of.

Off the top of my head, it could look something like:

Igor do
  params { ... }
  expect { construction_time; max_teps }
end