Package org.apache.commons.math3.optim.univariate
package org.apache.commons.math3.optim.univariate
One-dimensional optimization algorithms.
-
ClassesClassDescriptionProvide an interval that brackets a local optimum of a function.For a function defined on some interval
(lo, hi), this class finds an approximationxto the point at which the function attains its minimum.Special implementation of theUnivariateOptimizerinterface adding multi-start features to an existing optimizer.Search interval and (optional) start value.Simple implementation of theConvergenceCheckerinterface that uses only objective function values.Scalar function to be optimized.Base class for a univariate scalar function optimizer.This class holds a point and the value of an objective function at this point.