Uses of Class
org.hipparchus.optim.nonlinear.scalar.noderiv.AbstractSimplex
Package
Description
This package provides optimization algorithms that do not require derivatives.
-
Uses of AbstractSimplex in org.hipparchus.optim.nonlinear.scalar.noderiv
Modifier and TypeClassDescriptionclass
This class implements the multi-directional direct search method.class
This class implements the Nelder-Mead simplex algorithm.