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
- Host: GitHub
- URL: https://github.com/funnydman/bfgs-neldermead-trustregion
- Owner: funnydman
- Created: 2017-07-31T16:56:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T10:23:56.000Z (over 4 years ago)
- Last Synced: 2024-10-11T07:12:37.398Z (7 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/