public class FLASHAlgorithmImpl extends AbstractAlgorithm
Constructor and Description |
---|
FLASHAlgorithmImpl(SolutionSpace<java.lang.Long> solutionSpace,
TransformationChecker checker,
FLASHStrategy strategy,
FLASHConfiguration config)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
traverse()
Implement this method in order to provide a new algorithm.
|
getGlobalOptimum, setListener
public FLASHAlgorithmImpl(SolutionSpace<java.lang.Long> solutionSpace, TransformationChecker checker, FLASHStrategy strategy, FLASHConfiguration config)
solutionSpace
- checker
- strategy
- config
- public boolean traverse()
AbstractAlgorithm
traverse
in class AbstractAlgorithm