Uses of Class
org.apache.commons.math3.optimization.AbstractConvergenceChecker
-
Packages that use AbstractConvergenceChecker Package Description org.apache.commons.math3.optimization All classes and sub-packages of this package are deprecated.org.apache.commons.math3.optimization.univariate Univariate real functions minimum finding algorithms. -
-
Uses of AbstractConvergenceChecker in org.apache.commons.math3.optimization
Subclasses of AbstractConvergenceChecker in org.apache.commons.math3.optimization Modifier and Type Class Description class
SimplePointChecker<PAIR extends Pair<double[],? extends Object>>
Deprecated.As of 3.1 (to be removed in 4.0).class
SimpleValueChecker
Deprecated.As of 3.1 (to be removed in 4.0).class
SimpleVectorValueChecker
Deprecated.As of 3.1 (to be removed in 4.0). -
Uses of AbstractConvergenceChecker in org.apache.commons.math3.optimization.univariate
Subclasses of AbstractConvergenceChecker in org.apache.commons.math3.optimization.univariate Modifier and Type Class Description class
SimpleUnivariateValueChecker
Deprecated.As of 3.1 (to be removed in 4.0).
-