| Package | Description | 
|---|---|
| org.apache.commons.math3.optimization | All classes and sub-packages of this package are deprecated. | 
| org.apache.commons.math3.optimization.direct | 
 This package provides optimization algorithms that don't require derivatives. | 
| org.apache.commons.math3.optimization.general | This package provides optimization algorithms that require derivatives. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InitialGuessDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| class  | SimpleBoundsDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| class  | TargetDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| class  | WeightDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSimplexDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| static class  | CMAESOptimizer.PopulationSizeDeprecated.  Population size. | 
| static class  | CMAESOptimizer.SigmaDeprecated.  Input sigma values. | 
| class  | MultiDirectionalSimplexDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| class  | NelderMeadSimplexDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| Modifier and Type | Method and Description | 
|---|---|
| PointValuePair | BaseAbstractMultivariateOptimizer. optimize(int maxEval,
        FUNC f,
        GoalType goalType,
        OptimizationData... optData)Deprecated.  Optimize an objective function. | 
| protected PointVectorValuePair | BaseAbstractMultivariateVectorOptimizer. optimize(int maxEval,
        FUNC f,
        OptimizationData... optData)Deprecated.  Optimize an objective function. | 
| protected PointValuePair | BaseAbstractMultivariateOptimizer. optimizeInternal(int maxEval,
                FUNC f,
                GoalType goalType,
                OptimizationData... optData)Deprecated.  Optimize an objective function. | 
| protected PointVectorValuePair | BaseAbstractMultivariateVectorOptimizer. optimizeInternal(int maxEval,
                FUNC f,
                OptimizationData... optData)Deprecated.  Optimize an objective function. | 
| protected PointValuePair | SimplexOptimizer. optimizeInternal(int maxEval,
                MultivariateFunction f,
                GoalType goalType,
                OptimizationData... optData)Deprecated.  Optimize an objective function. | 
| protected PointValuePair | CMAESOptimizer. optimizeInternal(int maxEval,
                MultivariateFunction f,
                GoalType goalType,
                OptimizationData... optData)Deprecated.  Optimize an objective function. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PointValuePair | AbstractDifferentiableOptimizer. optimizeInternal(int maxEval,
                MultivariateDifferentiableFunction f,
                GoalType goalType,
                OptimizationData... optData)Deprecated.  Optimize an objective function. | 
| protected PointVectorValuePair | AbstractLeastSquaresOptimizer. optimizeInternal(int maxEval,
                MultivariateDifferentiableVectorFunction f,
                OptimizationData... optData)Deprecated. 
 As of 3.1. Override is necessary only until this class's generic
 argument is changed to  MultivariateDifferentiableVectorFunction. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.