This golang package implements
- Brent's method for zero and minimization,
- Golden section search,
- Powell's modified minimization
- a bounded version of CmaEs
Fork of https://github.com/pa-m/optimize due to their gonum incompatibility bug
GoMIT
This golang package implements