Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 718 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 718 Bytes

CircleCI Build Status Gitter chat

pyargmin

Mathematical optimization in pure Rust accessible from Python

Install

pyargmin requires Python 3.5+ and can be installed with,

python setup.py install

Usage

An example can be run with,

python examples/test1.py

License

pyargmin is released under the Apache License, Version 2.0 or MIT license.