Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 470 Bytes

Numerical-Optimization

Basic numerical optimization algorithms implementation with examples. All the notebooks can be opened in Colab.

  • Line search conditions;
  • Steepest descent method;
  • Newton method;
  • Damped Newton method;
  • Quassi Newton method;
  • Conjugate descent method;
  • Gauss Newton method
  • LMF method;
  • ...

Reference: Gao, L. (2014). Numerical Optimization Methods. Peking University Press.