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