Uses of Class
org.apache.commons.math4.legacy.core.IntegerSequence.Incrementor
-
Packages that use IntegerSequence.Incrementor Package Description org.apache.commons.math4.legacy.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions.org.apache.commons.math4.legacy.core Core math utilities.org.apache.commons.math4.legacy.fitting.leastsquares This package provides algorithms that minimize the residuals between observations and model values.org.apache.commons.math4.legacy.ode This package provides classes to solve Ordinary Differential Equations problems.org.apache.commons.math4.legacy.optim Generally, optimizers are algorithms that will eitherminimizeormaximizea scalar function, called theobjective function. -
-
Uses of IntegerSequence.Incrementor in org.apache.commons.math4.legacy.analysis.integration
Fields in org.apache.commons.math4.legacy.analysis.integration declared as IntegerSequence.Incrementor Modifier and Type Field Description protected IntegerSequence.IncrementorBaseAbstractUnivariateIntegrator. iterationsThe iteration count. -
Uses of IntegerSequence.Incrementor in org.apache.commons.math4.legacy.core
Methods in org.apache.commons.math4.legacy.core that return IntegerSequence.Incrementor Modifier and Type Method Description static IntegerSequence.IncrementorIntegerSequence.Incrementor. create()Factory method that creates a default instance.IntegerSequence.IncrementorIntegerSequence.Incrementor. withCallback(IntegerSequence.Incrementor.MaxCountExceededCallback cb)Creates a new instance with a given callback.IntegerSequence.IncrementorIntegerSequence.Incrementor. withIncrement(int step)Creates a new instance with a given increment.IntegerSequence.IncrementorIntegerSequence.Incrementor. withMaximalCount(int max)Creates a new instance with a given maximal count.IntegerSequence.IncrementorIntegerSequence.Incrementor. withStart(int start)Creates a new instance with a given initial value. -
Uses of IntegerSequence.Incrementor in org.apache.commons.math4.legacy.fitting.leastsquares
Methods in org.apache.commons.math4.legacy.fitting.leastsquares that return IntegerSequence.Incrementor Modifier and Type Method Description IntegerSequence.IncrementorLeastSquaresAdapter. getEvaluationCounter()Get a independent Incrementor that counts up to the maximum number of evaluations and then throws an exception.IntegerSequence.IncrementorLeastSquaresAdapter. getIterationCounter()Get a independent Incrementor that counts up to the maximum number of iterations and then throws an exception.Methods in org.apache.commons.math4.legacy.fitting.leastsquares with parameters of type IntegerSequence.Incrementor Modifier and Type Method Description static LeastSquaresProblemLeastSquaresFactory. countEvaluations(LeastSquaresProblem problem, IntegerSequence.Incrementor counter)Count the evaluations of a particular problem. -
Uses of IntegerSequence.Incrementor in org.apache.commons.math4.legacy.ode
Methods in org.apache.commons.math4.legacy.ode that return IntegerSequence.Incrementor Modifier and Type Method Description protected IntegerSequence.IncrementorAbstractIntegrator. getCounter()Get the evaluations counter.protected IntegerSequence.IncrementorAbstractFieldIntegrator. getEvaluationsCounter()Get the evaluations counter. -
Uses of IntegerSequence.Incrementor in org.apache.commons.math4.legacy.optim
Methods in org.apache.commons.math4.legacy.optim that return IntegerSequence.Incrementor Modifier and Type Method Description IntegerSequence.IncrementorAbstractOptimizationProblem. getEvaluationCounter()Get a independent Incrementor that counts up to the maximum number of evaluations and then throws an exception.IntegerSequence.IncrementorOptimizationProblem. getEvaluationCounter()Get a independent Incrementor that counts up to the maximum number of evaluations and then throws an exception.IntegerSequence.IncrementorAbstractOptimizationProblem. getIterationCounter()Get a independent Incrementor that counts up to the maximum number of iterations and then throws an exception.IntegerSequence.IncrementorOptimizationProblem. getIterationCounter()Get a independent Incrementor that counts up to the maximum number of iterations and then throws an exception.
-