Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 175 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 175 Bytes

Implementations of mathematical optimization algorithms from scratch in python

  • Featuring:
    • Steepest gradient descent
    • conjugate gradient
    • coordinate descent etc