|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optim.BaseOptimizer.MaxIterCallback
private static class BaseOptimizer.MaxIterCallback
Defines the action to perform when reaching the maximum number of evaluations.
Constructor Summary | |
---|---|
private |
BaseOptimizer.MaxIterCallback()
|
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.MaxIterCallback()
Method Detail |
---|
public void trigger(int max)
trigger
in interface Incrementor.MaxCountExceededCallback
max
- Maximal count.
TooManyIterationsException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |