public class LIGHTNINGAlgorithm extends AbstractAlgorithm
checker, solutionSpace
Modifier and Type | Method and Description |
---|---|
static AbstractAlgorithm |
create(SolutionSpace solutionSpace,
NodeChecker checker,
int timeLimit)
Creates a new instance
|
void |
traverse()
Implement this method in order to provide a new algorithm.
|
computeUtilityForMonotonicMetrics, getGlobalOptimum, progress, setListener, trackOptimum
public void traverse()
AbstractAlgorithm
traverse
in class AbstractAlgorithm
public static AbstractAlgorithm create(SolutionSpace solutionSpace, NodeChecker checker, int timeLimit)
solutionSpace
- checker
- timeLimit
-