Algorithm Configuration Benchmarks
- Edit
01-run_scenario.Rto select the appropriate setup file and run it withRscript 01-run_scenario.R - Once all the experiments have finished, edit
02-collect_train_results.Rto select the appropriate setup file and run it. - Run
03-run_test.R - Once all the experiments have finished, run
04-collect_test_results.R - Run
05-analyse_results.Rto generate a report.
-
Add a new scenario to
scenarios/ -
Add the source code to
algorithms/or add a function tosetups.Rthat downloads and compiles the code. -
Add
parameters.txt,target-runner, and (optionally)default.txttoalgorithms/ -
Add problem instances under
instances/or add a function tosetups.Rthat downloads the instances. -
If you wish to run on a cluster, create a template similar to
launch_sge.tmpl