Uses of Interface
org.apache.commons.math3.optimization.BaseMultivariateOptimizer
Packages that use BaseMultivariateOptimizer
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 BaseMultivariateOptimizer in org.apache.commons.math3.optimization
Subinterfaces of BaseMultivariateOptimizer in org.apache.commons.math3.optimizationModifier and TypeInterfaceDescriptioninterfaceBaseMultivariateSimpleBoundsOptimizer<FUNC extends MultivariateFunction>Deprecated.As of 3.1 (to be removed in 4.0).interfaceDeprecated.As of 3.1 (to be removed in 4.0).interfaceDeprecated.As of 3.1 (to be removed in 4.0).interfaceDeprecated.As of 3.1 (to be removed in 4.0).Classes in org.apache.commons.math3.optimization that implement BaseMultivariateOptimizerModifier and TypeClassDescriptionclassBaseMultivariateMultiStartOptimizer<FUNC extends MultivariateFunction>Deprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).Constructors in org.apache.commons.math3.optimization with parameters of type BaseMultivariateOptimizerModifierConstructorDescriptionprotectedBaseMultivariateMultiStartOptimizer(BaseMultivariateOptimizer<FUNC> optimizer, int starts, RandomVectorGenerator generator) Deprecated.Create a multi-start optimizer from a single-start optimizer. -
Uses of BaseMultivariateOptimizer in org.apache.commons.math3.optimization.direct
Classes in org.apache.commons.math3.optimization.direct that implement BaseMultivariateOptimizerModifier and TypeClassDescriptionclassBaseAbstractMultivariateOptimizer<FUNC extends MultivariateFunction>Deprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0). -
Uses of BaseMultivariateOptimizer in org.apache.commons.math3.optimization.general
Classes in org.apache.commons.math3.optimization.general that implement BaseMultivariateOptimizerModifier and TypeClassDescriptionclassDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).classDeprecated.As of 3.1 (to be removed in 4.0).