Versions in this module Expand all Collapse all v1 v1.0.1 Aug 18, 2015 v1.0.0 Aug 4, 2015 Changes in this version + func NelderMead(config NelderMeadConfiguration) []float64 + type NelderMeadConfiguration struct + Fn func([]float64) (float64, bool) + Target float64 + Vars []float64