org.apache.commons.math3.util
Interface Incrementor.MaxCountExceededCallback
- All Known Implementing Classes:
- BaseOptimizer.MaxEvalCallback, BaseOptimizer.MaxIterCallback
- Enclosing class:
- Incrementor
public static interface Incrementor.MaxCountExceededCallback
Defines a method to be called at counter exhaustion.
The trigger
method should usually throw an exception.
Method Summary |
void |
trigger(int maximalCount)
Function called when the maximal count has been reached. |
trigger
void trigger(int maximalCount)
throws MaxCountExceededException
- Function called when the maximal count has been reached.
- Parameters:
maximalCount
- Maximal count.
- Throws:
MaxCountExceededException
- at counter exhaustion
Copyright (c) 2003-2013 Apache Software Foundation