Commit Graph

6 Commits

Author SHA1 Message Date
Dan Kortschak
cf3307fa63 all: partially migrate to math/rand/v2
This is not intended to be a completed transition since it leaves the
libraries unusable to external client code, but rather as a step towards
use of math/rand/v2. This initial step allows repair of sequence change
failures without having to worry about API difference.
2025-02-01 22:18:04 +10:30
Egon Elbre
52173e64f5 optimize: make tests parallel 2020-03-16 16:10:59 +02:00
Brendan Tracey
44a6721e0d optimize: make function converger an interface (#728)
* optimize: make function converger an interface

Fixes #488.
Updates #677.
2018-12-16 11:37:46 +01:00
Brendan Tracey
fd90faf24c Change Minimize to take in an initial X location 2018-07-26 06:45:43 -06:00
Brendan Tracey
6f6398b9ea Change Global to Minimize 2018-07-26 06:45:43 -06:00
Brendan Tracey
f0b07f8621 optimize: add ListSearch for finding the optimum over a specific list… (#438)
* optimize: add ListSearch for finding the optimum over a specific list of values
2018-03-22 14:00:44 -06:00