Uses of Class
org.apache.commons.math3.optim.nonlinear.scalar.noderiv.AbstractSimplex

Packages that use AbstractSimplex
org.apache.commons.math3.optim.nonlinear.scalar.noderiv This package provides optimization algorithms that do not require derivatives. 
 

Uses of AbstractSimplex in org.apache.commons.math3.optim.nonlinear.scalar.noderiv
 

Subclasses of AbstractSimplex in org.apache.commons.math3.optim.nonlinear.scalar.noderiv
 class MultiDirectionalSimplex
          This class implements the multi-directional direct search method.
 class NelderMeadSimplex
          This class implements the Nelder-Mead simplex algorithm.
 



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