public class FLASHAlgorithmImpl extends AbstractAlgorithm
Modifier and Type | Field and Description |
---|---|
protected FLASHConfiguration |
config
Configuration for the algorithm's phases.
|
checker, solutionSpace
Constructor and Description |
---|
FLASHAlgorithmImpl(SolutionSpace solutionSpace,
NodeChecker checker,
FLASHStrategy strategy,
FLASHConfiguration config)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
traverse()
Implement this method in order to provide a new algorithm.
|
computeUtilityForMonotonicMetrics, getGlobalOptimum, progress, setListener, trackOptimum
protected final FLASHConfiguration config
public FLASHAlgorithmImpl(SolutionSpace solutionSpace, NodeChecker checker, FLASHStrategy strategy, FLASHConfiguration config)
solutionSpace
- checker
- strategy
- config
- public void traverse()
AbstractAlgorithm
traverse
in class AbstractAlgorithm