Metadata-Version: 1.1
Name: scipydirect
Version: 1.2
Summary: Python wrapper to the DIRECT algorithm
Home-page: http://github.com/andim/scipydirect
Author: Andreas Mayer
Author-email: andimscience@gmail.com
License: MIT
Description: 
        DIRECT is a method to solve global bound constraint optimization problems and
        was originally developed by D. R. Jones, C. D. Perttunen and B. E. Stuckmann.
        
        The scipydirect is a fork of pydirect providing a scipy.optimize compatible
        syntax. It uses the Fortan implementation of DIRECT written by
        Joerg M Gablonsky, DIRECT Version 2.0.4.
        
        For more info see the `documentation <http://scipydirect.readthedocs.io/en/latest/>`_ or the `source code <http://github.com/andim/scipydirect>`_.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
Requires: numpy
