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

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

Awesome Lists containing this project

README

          

NLopt Python
============

[![PyPI version](https://badge.fury.io/py/nlopt.svg)](https://badge.fury.io/py/nlopt)
![Build](https://github.com/DanielBok/nlopt-python/workflows/Build/badge.svg?branch=master)

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/).