Package org.hipparchus.optim.univariate
package org.hipparchus.optim.univariate
One-dimensional optimization algorithms.
-
ClassDescriptionProvide an interval that brackets a local optimum of a function.For a function defined on some interval
(lo, hi)
, this class finds an approximationx
to the point at which the function attains its minimum.Special implementation of theUnivariateOptimizer
interface adding multi-start features to an existing optimizer.Search interval and (optional) start value.Simple implementation of theConvergenceChecker
interface 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.