public class DataDependentEDDPAlgorithm extends AbstractAlgorithm
Modifier and Type | Method and Description |
---|---|
static AbstractAlgorithm |
create(SolutionSpace<?> solutionSpace,
TransformationChecker checker,
boolean deterministic,
int expansionLimit,
double epsilonSearch)
Creates a new instance
|
boolean |
traverse()
Implement this method in order to provide a new algorithm.
|
getGlobalOptimum, setListener
public static AbstractAlgorithm create(SolutionSpace<?> solutionSpace, TransformationChecker checker, boolean deterministic, int expansionLimit, double epsilonSearch)
solutionSpace
- checker
- deterministic
- expansionLimit
- epsilonSearch
- public boolean traverse()
AbstractAlgorithm
traverse
in class AbstractAlgorithm