| Package | Description | 
|---|---|
| org.apache.commons.math3.optimization.general | This package provides optimization algorithms that require derivatives. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConjugateGradientFormula | ConjugateGradientFormula. valueOf(String name)Deprecated.  Returns the enum constant of this type with the specified name. | 
| static ConjugateGradientFormula[] | ConjugateGradientFormula. values()Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula)Deprecated. 
 | 
| NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula,
                                   ConvergenceChecker<PointValuePair> checker)Deprecated.  Constructor with default  line search solverandpreconditioner. | 
| NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula,
                                   ConvergenceChecker<PointValuePair> checker,
                                   UnivariateSolver lineSearchSolver)Deprecated.  Constructor with default  preconditioner. | 
| NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula,
                                   ConvergenceChecker<PointValuePair> checker,
                                   UnivariateSolver lineSearchSolver,
                                   Preconditioner preconditioner)Deprecated.  | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.