Uses of Interface
org.apache.commons.math3.optim.nonlinear.scalar.gradient.Preconditioner

Packages that use Preconditioner
org.apache.commons.math3.optim.nonlinear.scalar.gradient This package provides optimization algorithms that require derivatives. 
 

Uses of Preconditioner in org.apache.commons.math3.optim.nonlinear.scalar.gradient
 

Classes in org.apache.commons.math3.optim.nonlinear.scalar.gradient that implement Preconditioner
static class NonLinearConjugateGradientOptimizer.IdentityPreconditioner
          Default identity preconditioner.
 

Constructors in org.apache.commons.math3.optim.nonlinear.scalar.gradient with parameters of type Preconditioner
NonLinearConjugateGradientOptimizer(NonLinearConjugateGradientOptimizer.Formula updateFormula, ConvergenceChecker<PointValuePair> checker, UnivariateSolver lineSearchSolver, Preconditioner preconditioner)
           
 



Copyright © 2017 CNES. All Rights Reserved.