Package org.apache.commons.math3.optimization.univariate

Univariate real functions minimum finding algorithms.

See:
          Description

Interface Summary
BaseUnivariateOptimizer<FUNC extends UnivariateFunction> This interface is mainly intended to enforce the internal coherence of Commons-Math.
UnivariateOptimizer Interface for univariate optimization algorithms.
 

Class Summary
BaseAbstractUnivariateOptimizer Provide a default implementation for several functions useful to generic optimizers.
BracketFinder Provide an interval that brackets a local optimum of a function.
BrentOptimizer Implements Richard Brent's algorithm (from his book "Algorithms for Minimization without Derivatives", p.
UnivariateMultiStartOptimizer<FUNC extends UnivariateFunction> Special implementation of the UnivariateOptimizer interface adding multi-start features to an existing optimizer.
UnivariatePointValuePair This class holds a point and the value of an objective function at this point.
 

Package org.apache.commons.math3.optimization.univariate Description

Univariate real functions minimum finding algorithms.



Copyright (c) 2003-2013 Apache Software Foundation