Metadata-Version: 1.1
Name: pySOT
Version: 0.1.7
Summary: Surrogate Optimization Toolbox
Home-page: http://pypi.python.org/pypi/pySOT/
Author: David Bindel, David Eriksson
Author-email: bindel@cornell.edu, dme65@cornell.edu
License: LICENSE.txt
Description: =============================================================
        pySOT: Surrogate Optimization Toolbox
        =============================================================
        
        pySOT is an optimization toolbox for global deterministic optimization problems.
        The main purpose of the toolbox is for optimization of computationally expensive
        black-box objective functions with continuous and/or integer variables where the
        number of evaluations is limited.
        
        The toolbox is hosted on GitHub: https://github.com/dme65/pySOT
        
        Please refer to pySOT.pdf for more details about the functionality of the toolbox.
        
        Check out the new GUI:
        
        <p align="center">
          <img src="https://github.com/dme65/pySOT/blob/master/pySOT_GUI.png?raw=true"/>
        </p>
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
