public abstract class AbstractAlgorithm
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Transformation<?> |
getGlobalOptimum()
Returns the global optimum.
|
void |
setListener(ARXListener listener)
Sets a listener
|
abstract boolean |
traverse()
Implement this method in order to provide a new algorithm.
|
public Transformation<?> getGlobalOptimum()
public void setListener(ARXListener listener)
listener
- public abstract boolean traverse()