Files
gonum/optimize
Brendan Tracey c06c645ce2 Improve parameters when dimension of NelderMead is one. In particular… (#543)
* Improve parameters when dimension of NelderMead is one. In particular the shrink parameter is set to 0, which causes the algorithm to fail to converge.

Fixes #542.

* Add test for 1-D NelderMead
2018-07-18 12:18:43 -06:00
..
2018-07-18 12:18:18 -06:00
2018-07-18 12:18:18 -06:00
2017-07-10 07:03:44 +09:30

Gonum optimize GoDoc

Package optimize is an optimization package for the Go language.