Uses of Interface
org.apache.commons.math3.optimization.OptimizationData
Packages that use OptimizationData
Package
Description
All classes and sub-packages of this package are deprecated.
This package provides optimization algorithms that don't require derivatives.
This package provides optimization algorithms that require derivatives.
-
Uses of OptimizationData in org.apache.commons.math3.optimization
Classes in org.apache.commons.math3.optimization that implement OptimizationDataModifier and TypeClassDescriptionclass
Deprecated.As of 3.1 (to be removed in 4.0).class
Deprecated.As of 3.1 (to be removed in 4.0).class
Deprecated.As of 3.1 (to be removed in 4.0).class
Deprecated.As of 3.1 (to be removed in 4.0). -
Uses of OptimizationData in org.apache.commons.math3.optimization.direct
Classes in org.apache.commons.math3.optimization.direct that implement OptimizationDataModifier and TypeClassDescriptionclass
Deprecated.As of 3.1 (to be removed in 4.0).static class
Deprecated.Population size.static class
Deprecated.Input sigma values.class
Deprecated.As of 3.1 (to be removed in 4.0).class
Deprecated.As of 3.1 (to be removed in 4.0).Methods in org.apache.commons.math3.optimization.direct with parameters of type OptimizationDataModifier and TypeMethodDescriptionBaseAbstractMultivariateOptimizer.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
CMAESOptimizer.optimizeInternal
(int maxEval, MultivariateFunction f, GoalType goalType, OptimizationData... optData) Deprecated.Optimize an objective function.protected PointValuePair
SimplexOptimizer.optimizeInternal
(int maxEval, MultivariateFunction f, GoalType goalType, OptimizationData... optData) Deprecated.Optimize an objective function.private void
BaseAbstractMultivariateOptimizer.parseOptimizationData
(OptimizationData... optData) Deprecated.Scans the list of (required and optional) optimization data that characterize the problem.private void
BaseAbstractMultivariateVectorOptimizer.parseOptimizationData
(OptimizationData... optData) Deprecated.Scans the list of (required and optional) optimization data that characterize the problem.private void
CMAESOptimizer.parseOptimizationData
(OptimizationData... optData) Deprecated.Scans the list of (required and optional) optimization data that characterize the problem.private void
SimplexOptimizer.parseOptimizationData
(OptimizationData... optData) Deprecated.Scans the list of (required and optional) optimization data that characterize the problem. -
Uses of OptimizationData in org.apache.commons.math3.optimization.general
Methods in org.apache.commons.math3.optimization.general with parameters of type OptimizationDataModifier and TypeMethodDescriptionprotected 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.