Skip to content

Optimize, optimize, optimize!

Compare
Choose a tag to compare
@HugoGranstrom HugoGranstrom released this 11 Sep 12:59
· 239 commits to master since this release
e1209dc

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 plane
  • conjugate_gradient - iterative implementation of solving Ax = b
  • newtons - Newton-Raphson implementation for 1-dimensional functions