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 TypeInterfaceDescriptioninterface
BaseMultivariateSimpleBoundsOptimizer<FUNC extends MultivariateFunction>
Deprecated.As of 3.1 (to be removed in 4.0).interface
Deprecated.As of 3.1 (to be removed in 4.0).interface
Deprecated.As of 3.1 (to be removed in 4.0).interface
Deprecated.As of 3.1 (to be removed in 4.0).Classes in org.apache.commons.math3.optimization that implement BaseMultivariateOptimizerModifier and TypeClassDescriptionclass
BaseMultivariateMultiStartOptimizer<FUNC extends MultivariateFunction>
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).Constructors in org.apache.commons.math3.optimization with parameters of type BaseMultivariateOptimizerModifierConstructorDescriptionprotected
BaseMultivariateMultiStartOptimizer
(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 TypeClassDescriptionclass
BaseAbstractMultivariateOptimizer<FUNC extends MultivariateFunction>
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).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 BaseMultivariateOptimizer in org.apache.commons.math3.optimization.general
Classes in org.apache.commons.math3.optimization.general that implement BaseMultivariateOptimizerModifier 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).