BFGS-NelderMead-TrustRegion icon indicating copy to clipboard operation
BFGS-NelderMead-TrustRegion copied to clipboard

Python implementation of some numerical (optimization) methods

Python implementation of some numerical (optimization) methods

⭐️ Thanks everyone who has starred the project, it means a lot!

Now repository consist:

  • BFGS algorithm
  • Nelder-Mead algorithm
  • Trust-Region Dogleg algorithm

Description (Russian)

  • BFGS https://habr.com/ru/post/333356/
  • Nelder-Mead https://habr.com/ru/post/332092/
  • Trust-Region https://habr.com/ru/post/335224/