Metadata-Version: 1.1
Name: noisyopt
Version: 0.1.dev0
Summary: noisyopt: Pattern search optimization dealing intelligently with noisy function evaluation
Home-page: http://github.com/andim/noisyopt
Author: Andreas Mayer
Author-email: andisspam@gmail.com
License: MIT
Description: 
        
        noisyopt
        ========
        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 a simple, robust algorithm
        to solve this problem based on pattern search with adaptive sampling of
        the noisy objective function.
        
        License
        =======
        ``noisyopt`` is licensed under the terms of the MIT license.
        
        Copyright (c) 2016--, Andreas Mayer
        
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
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
Requires: numpy
Requires: scipy
