An open API service indexing awesome lists of open source software.

https://github.com/funnydman/bfgs-neldermead-trustregion

Python implementation of some numerical (optimization) methods
https://github.com/funnydman/bfgs-neldermead-trustregion

ai bfgs dogleg-algorithm dogleg-method machine-learning machine-learning-algorithms mathematics nelder-mead numerical-methods numerical-optimization optimization python trust-region trust-region-dogleg-algorithm trust-region-policy-optimization

Last synced: 2 months ago
JSON representation

Python implementation of some numerical (optimization) methods

Awesome Lists containing this project

README

        

# 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/