Uses of Interface
org.apache.commons.math3.util.Incrementor.MaxCountExceededCallback
Packages that use Incrementor.MaxCountExceededCallback
Package
Description
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.Convenience routines and common data structures used throughout the commons-math library.
-
Uses of Incrementor.MaxCountExceededCallback in org.apache.commons.math3.optim
Classes in org.apache.commons.math3.optim that implement Incrementor.MaxCountExceededCallbackModifier and TypeClassDescriptionprivate static class
Defines the action to perform when reaching the maximum number of evaluations.private static class
Defines the action to perform when reaching the maximum number of evaluations.private static class
Defines the action to perform when reaching the maximum number of evaluations.private static class
Defines the action to perform when reaching the maximum number of evaluations. -
Uses of Incrementor.MaxCountExceededCallback in org.apache.commons.math3.util
Fields in org.apache.commons.math3.util declared as Incrementor.MaxCountExceededCallbackModifier and TypeFieldDescriptionprivate final Incrementor.MaxCountExceededCallback
Incrementor.maxCountCallback
Deprecated.Function called at counter exhaustion.Constructors in org.apache.commons.math3.util with parameters of type Incrementor.MaxCountExceededCallbackModifierConstructorDescriptionIncrementor
(int max, Incrementor.MaxCountExceededCallback cb) Deprecated.Defines a maximal count and a callback method to be triggered at counter exhaustion.IterationManager
(int maxIterations, Incrementor.MaxCountExceededCallback callBack) Deprecated.
IterationManager(int, org.apache.commons.math3.util.IntegerSequence.Incrementor.MaxCountExceededCallback)