Uses of Class
org.apache.commons.math3.optimization.AbstractConvergenceChecker

Packages that use AbstractConvergenceChecker
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
 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
 class SimpleUnivariateValueChecker
          Deprecated. As of 3.1 (to be removed in 4.0).
 



Copyright © 2017 CNES. All Rights Reserved.