Metadata-Version: 2.1
Name: optimizn
Version: 0.0.17
Summary: A Python library for developing customized optimization algorithms under general paradigms.
Author: Rohit Pandey, Akshay Sathiya
Author-email: rohitpandey576@gmail.com, akshay.sathiya@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
License-File: LICENSE
License-File: NOTICE.md
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: cvxpy
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

A Python library for developing customized optimization algorithms under general paradigms like simulated annealing and branch and bound. Also features continuous training, so algorithms can be run multiple times and resume from where they left off in previous runs.
