Metadata-Version: 1.1
Name: DIRECT
Version: 1.0.1
Summary: Python wrapper to the DIRECT algorithm
Home-page: http://code.google.com/p/pydirect/
Author: Amit Aides
Author-email: amitibo@tx.technion.ac.il
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 DIRECT package uses the fortan implementation of DIRECT written by
        Joerg.M.Gablonsky, DIRECT Version 2.0.4.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
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
