Uses of Class
org.apache.commons.math3.optimization.univariate.BaseAbstractUnivariateOptimizer
Packages that use BaseAbstractUnivariateOptimizer
Package
Description
This package provides optimization algorithms that don't require derivatives.
Univariate real functions minimum finding algorithms.
-
Uses of BaseAbstractUnivariateOptimizer in org.apache.commons.math3.optimization.direct
Modifier and TypeClassDescriptionprivate class
Deprecated.Class for finding the minimum of the objective function along a given direction. -
Uses of BaseAbstractUnivariateOptimizer in org.apache.commons.math3.optimization.univariate
Modifier and TypeClassDescriptionclass
Deprecated.As of 3.1 (to be removed in 4.0).