Package org.apache.commons.math.optimization.direct

This package provides optimization algorithms that don't require derivatives.

See:
          Description

Class Summary
AbstractSimplex This class implements the simplex concept.
BaseAbstractScalarOptimizer<FUNC extends MultivariateRealFunction> Base class for implementing optimizers for multivariate scalar functions.
BaseAbstractVectorialOptimizer<FUNC extends MultivariateVectorialFunction> Base class for implementing optimizers for multivariate scalar functions.
BOBYQAOptimizer Powell's BOBYQA algorithm.
CMAESOptimizer An implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization.
MultiDirectionalSimplex This class implements the multi-directional direct search method.
NelderMeadSimplex This class implements the Nelder-Mead simplex algorithm.
PowellOptimizer Powell algorithm.
SimplexOptimizer This class implements simplex-based direct search optimization.
 

Package org.apache.commons.math.optimization.direct Description

This package provides optimization algorithms that don't require derivatives.



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.