public class ExecuteAlgorithms<S extends Solution<?>,Result> extends Object implements ExperimentComponent
Experiment. Java 8 parallel streams are used to run the algorithms in parallel.
The result of the execution is a pair of files FUNrunId.tsv and VARrunID.tsv per experiment,
which are stored in the directory
#getExperimentBaseDirectory()/algorithmName/problemName.| Constructor and Description |
|---|
ExecuteAlgorithms(Experiment<S,Result> configuration)
Constructor
|
public ExecuteAlgorithms(Experiment<S,Result> configuration)
public void run()
run in interface ExperimentComponentCopyright © 2018. All rights reserved.