loongson/pypi/: nlopt-2.9.1 metadata and description

Simple index Mirror page

Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization

author Daniel Bok
author_email daniel.bok@outlook.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: End Users/Desktop
  • Intended Audience :: Education
  • License :: OSI Approved :: MIT License
  • Operating System :: MacOS
  • Operating System :: Microsoft :: Windows
  • Operating System :: Unix
  • Programming Language :: C++
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Topic :: Scientific/Engineering
description_content_type text/markdown
keywords algorithms, global local constrained unconstrained optimization, optimization, non-linear optimization
license MIT
maintainer Daniel Bok
maintainer_email daniel.bok@outlook.com
project_urls
  • Documentation, https://nlopt.readthedocs.io/en/latest/
  • Code, https://github.com/DanielBok/nlopt-python
  • Issue tracker, https://github.com/DanielBok/nlopt-python/issues
requires_dist
  • numpy<3,>=2
requires_python >=3.9
File Tox results History
nlopt-2.9.1-cp310-cp310-manylinux_2_36_loongarch64.manylinux_2_38_loongarch64.whl
Size
399 KB
Type
Python Wheel
Python
3.10
nlopt-2.9.1-cp311-cp311-manylinux_2_36_loongarch64.manylinux_2_38_loongarch64.whl
Size
400 KB
Type
Python Wheel
Python
3.11
nlopt-2.9.1-cp312-cp312-manylinux_2_36_loongarch64.manylinux_2_38_loongarch64.whl
Size
401 KB
Type
Python Wheel
Python
3.12
nlopt-2.9.1-cp313-cp313-manylinux_2_36_loongarch64.manylinux_2_38_loongarch64.whl
Size
401 KB
Type
Python Wheel
Python
3.13
nlopt-2.9.1-cp39-cp39-manylinux_2_36_loongarch64.manylinux_2_38_loongarch64.whl
Size
399 KB
Type
Python Wheel
Python
3.9

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.