pub fn directory_main(
    path: &Path,
    binary: &str,
    plugs: &Plugs,
    action: Action,
    options: ExperimentOptions
)
Expand description

Main when passed a directory as path path must be a directory containing a main.cfg. plugs constains the plugged builder functions. action is the action to be performed in the experiment. For example running the simulations or drawing graphics. options encapsulate other parameters such as restricting the performed action to a range of simulations.