Uses of Class
org.apache.commons.statistics.inference.BrentOptimizer.PointValuePair
Packages that use BrentOptimizer.PointValuePair
-
Uses of BrentOptimizer.PointValuePair in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return BrentOptimizer.PointValuePairModifier and TypeMethodDescription(package private) static BrentOptimizer.PointValuePair
BrentOptimizer.PointValuePair.of
(double point, double value) Create a point/objective function value pair.(package private) BrentOptimizer.PointValuePair
BrentOptimizer.optimize
(DoubleUnaryOperator func, double lo, double hi, double mid, double fMid) Search for the minimum inside the provided interval.