C# Class BatchExperiment.Program

Show file Open project: tansey/social-learning

Public Methods

Method Description
Program ( string name, int trialNum ) : System

Private Methods

Method Description
AllFinished ( IEnumerable programs ) : bool
GetCommandLineArg ( bool defaultValue ) : bool
GetCommandLineArg ( int defaultValue ) : int
Main ( string args ) : void
RunExperiment ( string XMLFile, string filename ) : void
RunTrials ( string name, string config, int offset ) : void
StartTrial ( string name, string config, int trialNum ) : Program
_ea_UpdateEvent ( object sender, EventArgs e ) : void

Method Details

Program() public method

public Program ( string name, int trialNum ) : System
name string
trialNum int
return System