Metadata-Version: 2.1
Name: lipo
Version: 1.0.0
Summary: Global, derivative-free optimization
Home-page: https://github.com/jdb78/lipo
Author: Jan Beitner
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: dlib (>=19.19.0,<20.0.0)
Requires-Dist: scikit-learn (>=0.22.1)
Project-URL: Repository, https://github.com/jdb78/lipo
Description-Content-Type: text/markdown

LIPO is a package for derivative-free, global optimization. Is based on
the `dlib` package and provides wrappers around its optimization routine.
