Package org.apache.commons.math3.optim.nonlinear.scalar.noderiv

This package provides optimization algorithms that do not require derivatives.

See:
          Description

Class Summary
AbstractSimplex This class implements the simplex concept.
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.
CMAESOptimizer.PopulationSize Population size.
CMAESOptimizer.Sigma Input sigma values.
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.math3.optim.nonlinear.scalar.noderiv Description

This package provides optimization algorithms that do not require derivatives.



Copyright © 2016 CNES. All Rights Reserved.