Files
gonum/optimize
Brendan Tracey 2704973b50 optimize: Remove Local function (#538)
* optimize: Remove Local function

This change removes the Local function. In order to do so, this changes the previous LocalGlobal wrapper to LocalController to allow Local methods to be used as a Global optimizer. This adds methods to all of the Local methods in order to implement GlobalMethod, and changes the tests accordingly. The next commit will fix all of the names
2018-07-18 12:18:18 -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.