...
To use the controller, you need to locate a class residing under edu.harvard.eecs.airg.coloredtrails.controller. This class is named ExperimentController in our current distribution, but may have a different name in previous distributions of Colored Trails. It contains a main method, hence it creates its own Java application. This application receives command line arguments and should be fired from the command prompt. These arguments include:
- a configuration file,
- a file containing a game pool (optional),
- the minimum number of games to be run per match (optional), and
- the maximum number of games to be run per match (optional).
To run this application, from the main ct folder, you need to type
java -classpath dist/ct3.jar ExperimentController arguments