Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aostrun/nonlinear-optimizations
Nonlinear optimization algorithms implemented in Python with demo programs
https://github.com/aostrun/nonlinear-optimizations
coordinate-search golden-section-search hooke-jeeves nonlinear-optimization python simplex-algorithm
Last synced: 4 days ago
JSON representation
Nonlinear optimization algorithms implemented in Python with demo programs
- Host: GitHub
- URL: https://github.com/aostrun/nonlinear-optimizations
- Owner: aostrun
- License: mit
- Created: 2018-02-11T16:34:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T09:30:53.000Z (about 6 years ago)
- Last Synced: 2024-12-10T10:15:04.774Z (about 1 month ago)
- Topics: coordinate-search, golden-section-search, hooke-jeeves, nonlinear-optimization, python, simplex-algorithm
- Language: Python
- Size: 15.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nonlinear-optimizations
Nonlinear optimization algorithms implemented in Python with demo programs
## Install
``` pip install nonlinear-optimizations ```## Demos
Check [demos](./demo) to find how the package usage examples.