| Package | Description | 
|---|---|
| org.apache.commons.math3.optimization.general | This package provides optimization algorithms that require derivatives. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | NonLinearConjugateGradientOptimizer.IdentityPreconditionerDeprecated.  Default identity preconditioner. | 
| Constructor and Description | 
|---|
| NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula,
                                   ConvergenceChecker<PointValuePair> checker,
                                   UnivariateSolver lineSearchSolver,
                                   Preconditioner preconditioner)Deprecated.  | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.