Uses of Package
org.apache.commons.math3.optimization.direct
-
Packages that use org.apache.commons.math3.optimization.direct Package Description 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. -
Classes in org.apache.commons.math3.optimization.direct used by org.apache.commons.math3.optimization.direct Class Description AbstractSimplex Deprecated.As of 3.1 (to be removed in 4.0).BaseAbstractMultivariateOptimizer Deprecated.As of 3.1 (to be removed in 4.0).BaseAbstractMultivariateSimpleBoundsOptimizer Deprecated.As of 3.1 (to be removed in 4.0).CMAESOptimizer.DoubleIndex Deprecated.Used to sort fitness values.MultivariateFunctionMappingAdapter.Mapper Deprecated.Mapping interface.PowellOptimizer.LineSearch Deprecated.Class for finding the minimum of the objective function along a given direction. -
Classes in org.apache.commons.math3.optimization.direct used by org.apache.commons.math3.optimization.general Class Description BaseAbstractMultivariateOptimizer Deprecated.As of 3.1 (to be removed in 4.0).BaseAbstractMultivariateVectorOptimizer Deprecated.As of 3.1 (to be removed in 4.0).