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 eitherminimizeormaximizea 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 classAbstractOptimizationProblem.MaxEvalCallbackDefines the action to perform when reaching the maximum number of evaluations.private static classAbstractOptimizationProblem.MaxIterCallbackDefines the action to perform when reaching the maximum number of evaluations.private static classBaseOptimizer.MaxEvalCallbackDefines the action to perform when reaching the maximum number of evaluations.private static classBaseOptimizer.MaxIterCallbackDefines 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.MaxCountExceededCallbackIncrementor. maxCountCallbackDeprecated.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.
-