8000 GitHub - DanielBok/nlopt-python: A project to package the NLOpt library to wheels
[go: up one dir, main page]

Skip to content

DanielBok/nlopt-python

Repository files navigation

NLopt Python

PyPI version Build

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

pip install nlopt

Documentation

For more information on how to use NLopt, refer to the documentation.

0