Uses of Class
org.apache.commons.math3.optimization.univariate.BrentOptimizer
-
Packages that use BrentOptimizer Package Description org.apache.commons.math3.optimization.direct 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.direct Modifier and Type Class Description private class
PowellOptimizer.LineSearch
Deprecated.Class for finding the minimum of the objective function along a given direction.
-