Uses of Interface
org.apache.commons.math3.optimization.BaseOptimizer
Packages that use BaseOptimizer
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.
Univariate real functions minimum finding algorithms.
-
Uses of BaseOptimizer in org.apache.commons.math3.optimization
Subinterfaces of BaseOptimizer in org.apache.commons.math3.optimizationModifier and TypeInterfaceDescriptioninterface
BaseMultivariateOptimizer<FUNC extends MultivariateFunction>
Deprecated.As of 3.1 (to be removed in 4.0).interface
BaseMultivariateSimpleBoundsOptimizer<FUNC extends MultivariateFunction>
Deprecated.As of 3.1 (to be removed in 4.0).interface
BaseMultivariateVectorOptimizer<FUNC extends MultivariateVectorFunction>
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).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 BaseOptimizerModifier 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).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 BaseOptimizer in org.apache.commons.math3.optimization.direct
Classes in org.apache.commons.math3.optimization.direct that implement BaseOptimizerModifier 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).class
Deprecated.As of 3.1 (to be removed in 4.0). -
Uses of BaseOptimizer in org.apache.commons.math3.optimization.general
Classes in org.apache.commons.math3.optimization.general that implement BaseOptimizerModifier 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).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 BaseOptimizer in org.apache.commons.math3.optimization.univariate
Subinterfaces of BaseOptimizer in org.apache.commons.math3.optimization.univariateModifier and TypeInterfaceDescriptioninterface
BaseUnivariateOptimizer<FUNC extends UnivariateFunction>
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.univariate that implement BaseOptimizerModifier 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
UnivariateMultiStartOptimizer<FUNC extends UnivariateFunction>
Deprecated.As of 3.1 (to be removed in 4.0).