Metadata-Version: 2.1
Name: macopt
Version: 0.0.1
Summary: A Python port of `macopt', David MacKay's conjugate gradient minimizer.
Home-page: https://gitlab.com/GeertKapteijns/macopt
Author: Geert Kapteijns
Author-email: ghkapteijns@gmail.com
License: UNKNOWN
Description: # Python port of macopt, David MacKay's conjugate gradient optimizer
        
        See [here]( http://www.inference.org.uk/mackay/c/macopt.html ).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
