org.apache.commons.math3.optim
private static class BaseOptimizer.MaxIterCallback extends java.lang.Object implements Incrementor.MaxCountExceededCallback
Modifier | Constructor and Description |
---|---|
private |
BaseOptimizer.MaxIterCallback() |
Modifier and Type | Method and Description |
---|---|
void |
trigger(int max)
Function called when the maximal count has been reached.
|
public void trigger(int max)
trigger
in interface Incrementor.MaxCountExceededCallback
max
- Maximal count.TooManyIterationsException.
Copyright (c) 2003-2013 Apache Software Foundation