https://github.com/danielbok/nlopt-python
A project to package the NLOpt library to wheels
https://github.com/danielbok/nlopt-python
nlopt non-linear-optimization optimization python
Last synced: 10 months ago
JSON representation
A project to package the NLOpt library to wheels
- Host: GitHub
- URL: https://github.com/danielbok/nlopt-python
- Owner: DanielBok
- License: other
- Created: 2019-04-23T13:22:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T14:36:06.000Z (over 1 year ago)
- Last Synced: 2025-07-27T11:58:44.582Z (11 months ago)
- Topics: nlopt, non-linear-optimization, optimization, python
- Language: Python
- Size: 111 KB
- Stars: 31
- Watchers: 3
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NLopt Python
============
[](https://badge.fury.io/py/nlopt)

This project builds Python wheels for the NLopt library. NLopt contains various routines for non-linear optimization.
## Versions supported
The project supports Python versions 3.9+ and above for Windows, MacOS, and Linux.
## Installation
```bash
pip install nlopt
```
## Documentation
For more information on how to use NLopt, refer to the [documentation](https://nlopt.readthedocs.io/en/latest/NLopt_Python_Reference/).