public class FLASHAlgorithmImpl extends AbstractAlgorithm
Modifier and Type | Field and Description |
---|---|
protected FLASHConfiguration |
config
Configuration for the algorithm's phases.
|
checker, lattice
Constructor and Description |
---|
FLASHAlgorithmImpl(Lattice lattice,
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, getAllAnonymousNodes, getGlobalOptimum, trackOptimum
protected final FLASHConfiguration config
public FLASHAlgorithmImpl(Lattice lattice, NodeChecker checker, FLASHStrategy strategy, FLASHConfiguration config)
lattice
- checker
- strategy
- config
- public void traverse()
AbstractAlgorithm
traverse
in class AbstractAlgorithm