Uses of Interface
org.apache.commons.math3.util.Incrementor.MaxCountExceededCallback
-
Packages that use Incrementor.MaxCountExceededCallback Package Description org.apache.commons.math3.optim Generally, optimizers are algorithms that will eitherminimize
ormaximize
a scalar function, called theobjective function
.org.apache.commons.math3.util 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.MaxCountExceededCallback Modifier and Type Class Description private static class
AbstractOptimizationProblem.MaxEvalCallback
Defines the action to perform when reaching the maximum number of evaluations.private static class
AbstractOptimizationProblem.MaxIterCallback
Defines the action to perform when reaching the maximum number of evaluations.private static class
BaseOptimizer.MaxEvalCallback
Defines the action to perform when reaching the maximum number of evaluations.private static class
BaseOptimizer.MaxIterCallback
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.MaxCountExceededCallback Modifier and Type Field Description private Incrementor.MaxCountExceededCallback
Incrementor. maxCountCallback
Deprecated.Function called at counter exhaustion.Constructors in org.apache.commons.math3.util with parameters of type Incrementor.MaxCountExceededCallback Constructor Description Incrementor(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.
-