Documentation ¶
Overview ¶
Package neldermead is an implementation of the Nelder-Mead optimization method. Based on work by Michael F. Hutt: http://www.mikehutt.com/neldermead.html
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Optimizer ¶
type Optimizer struct { // Maximum number of iterations. MaxIterations int // Reflection coefficient. Alpha, Beta, Gamma float64 }
Optimizer represents the parameters to the Nelder-Mead simplex method.
Click to show internal directories.
Click to hide internal directories.