| Constructor and Description |
|---|
ExperimentAlgorithm(Algorithm<Result> algorithm,
ExperimentProblem<S> problem,
int runId) |
ExperimentAlgorithm(Algorithm<Result> algorithm,
String algorithmTag,
ExperimentProblem<S> problem,
int runId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm<Result> |
getAlgorithm() |
String |
getAlgorithmTag() |
String |
getProblemTag() |
String |
getReferenceParetoFront() |
int |
getRunId() |
void |
runAlgorithm(Experiment<?,?> experimentData) |
public ExperimentAlgorithm(Algorithm<Result> algorithm, String algorithmTag, ExperimentProblem<S> problem, int runId)
public ExperimentAlgorithm(Algorithm<Result> algorithm, ExperimentProblem<S> problem, int runId)
public void runAlgorithm(Experiment<?,?> experimentData)
public String getAlgorithmTag()
public String getProblemTag()
public String getReferenceParetoFront()
public int getRunId()
Copyright © 2019. All rights reserved.