Metadata-Version: 1.1
Name: noisyopt
Version: 0.2.1
Summary: Python library for optimization of noisy functions
Home-page: http://noisyopt.readthedocs.io/
Author: Andreas Mayer
Author-email: andisspam@gmail.com
License: MIT
Download-URL: http://github.com/andim/noisyopt
Description: 
        Noisyopt is a library for local optimization of noisy objective functions.
        
        Optimization in the presence of stochasticity in the objective function
        evaluation is challenging. This library provides simple, robust algorithms
        to solve this problem.
        
        For more info see the `documentation <http://noisyopt.readthedocs.io/en/latest/>`_ or the `source code <http://github.com/andim/noisyopt>`_.
        
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
