Java org.apache.commons.math.optimization.direct NelderMead fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.optimization.direct NelderMead fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.optimization.direct NelderMead.

The text is from its open source code.

Constructor

NelderMead()
Build a Nelder-Mead optimizer with default coefficients.
NelderMead(final double rho, final double khi, final double gamma, final double sigma)
Build a Nelder-Mead optimizer with specified coefficients.

Method