public class GenerateReferenceParetoFront extends Object implements ExperimentComponent
ExecuteAlgorithms,
all the obtained fronts of all the algorithms are gathered per problem; then, the dominated solutions
are removed and the final result is a file per problem containing the reference Pareto front.
By default, the files are stored in a directory called "referenceFront", which is located in the
experiment base directory. Each front is named following the scheme "problemName.rf".| Constructor and Description |
|---|
GenerateReferenceParetoFront(Experiment<?,?> experimentConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The run() method creates de output directory and compute the fronts
|
public GenerateReferenceParetoFront(Experiment<?,?> experimentConfiguration)
public void run()
throws IOException
run in interface ExperimentComponentIOExceptionCopyright © 2018. All rights reserved.