Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.