Lightweight optimization library
Project description
MyPyOpt
Python version of my simple optimization app from school
Documentation
Documentation is hosted on ReadTheDocs. The docs are completely bare right now. To build the documentation, enter the docs/ subdirectory and execute make html
; then open /docs/_build/html/index.html
to see the documentation.
Testing
The source is tested using the python unittest framework. To execute all the unit tests, just execute the test file (since it calls unittest.main()
): python test/test_main.py
. The tests are also executed by Travis CI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
my-py-opt-0.3.tar.gz
(11.1 kB
view hashes)
Built Distribution
my_py_opt-0.3-py3-none-any.whl
(16.9 kB
view hashes)