Release Notes
- Added the ability to use the L1 norm for residuals (default is L2 = sum of squares)
- Lots of minor fixes and updates
List of optimisers now included now accessible with the same cost function
- Nelder-Mead simplex
- Levenberg-Marquardt (least squares)
- Genetic Algorithm
- Differential Evolution
- Particle Swarm
- Simulated Annealing
Along with Box constraints, should you need them.