public class LIGHTNINGAlgorithm extends AbstractAlgorithm
Modifier and Type | Method and Description |
---|---|
static AbstractAlgorithm |
create(SolutionSpace<?> solutionSpace,
TransformationChecker checker,
int timeLimit,
int checkLimit)
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, int timeLimit, int checkLimit)
solutionSpace
- checker
- timeLimit
- checkLimit
- public boolean traverse()
AbstractAlgorithm
traverse
in class AbstractAlgorithm