|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optim.BaseOptimizer.MaxEvalCallback
private static class BaseOptimizer.MaxEvalCallback
Defines the action to perform when reaching the maximum number of evaluations.
Constructor Summary | |
---|---|
private |
BaseOptimizer.MaxEvalCallback()
|
Method Summary | |
---|---|
void |
trigger(int max)
Function called when the maximal count has been reached. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private BaseOptimizer.MaxEvalCallback()
Method Detail |
---|
public void trigger(int max)
trigger
in interface Incrementor.MaxCountExceededCallback
max
- Maximal count.
TooManyEvaluationsException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |