Uses of Class
org.apache.commons.math3.optimization.univariate.BrentOptimizer
Packages that use BrentOptimizer
Package
Description
This package provides optimization algorithms that don't require derivatives.
-
Uses of BrentOptimizer in org.apache.commons.math3.optimization.direct
Subclasses of BrentOptimizer in org.apache.commons.math3.optimization.directModifier and TypeClassDescriptionprivate class
Deprecated.Class for finding the minimum of the objective function along a given direction.