Optimize, optimize, optimize!
After contributions from @JoegottabeGitenme NumericalNim does now feature optimization methods!
The ones that are included are these 1D optimization methods:
steepest_descent
- Standard method for local minimum finding over a 2D planeconjugate_gradient
- iterative implementation of solving Ax = bnewtons
- Newton-Raphson implementation for 1-dimensional functions