private static class AbstractOptimizationProblem.MaxIterCallback extends java.lang.Object implements Incrementor.MaxCountExceededCallback
| Modifier | Constructor and Description |
|---|---|
private |
AbstractOptimizationProblem.MaxIterCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
trigger(int max)
Function called when the maximal count has been reached.
|
private AbstractOptimizationProblem.MaxIterCallback()
public void trigger(int max)
trigger in interface Incrementor.MaxCountExceededCallbackmax - Maximal count.TooManyIterationsExceptionCopyright (c) 2003-2015 Apache Software Foundation