Metadata-Version: 1.2
Name: ade
Version: 0.8.2
Summary:  Asynchronous Differential Evolution, with efficient multiprocessing. 
Home-page: http://edsuom.com/ade.html
Author: Edwin A. Suominen
Author-email: foss@edsuom.com
Maintainer: Edwin A. Suominen
Maintainer-email: foss@edsuom.com
License: Apache License (2.0)
Project-URL: API, http://edsuom.com/ade/ade.html
Project-URL: GitHub, https://github.com/edsuom/ade
Description: 
        Performs the Differential Evolution (DE) algorithm
        asynchronously. With a multiprocess evaluation function running on a
        multicore CPU or cluster, ade can get the DE processing done several
        times faster than standard single-threaded DE. It does this without
        departing in any way from the numeric operations performed by the
        classic Storn and Price algorithm with either a randomly chosen
        candidate or the best available candidate.
        
        You get a substantial multiprocessing speed-up and the
        well-understood, time-tested behavior of the classic DE/rand/1/bin or
        DE/best/1/bin algorithm. (You can pick which one to use.) The
        underlying numeric recipe is not altered at all, but everything runs a
        lot faster.
        
Keywords: Twisted,asynchronous,differential evolution,de,genetic algorithm,evolution
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Twisted
Classifier: Topic :: Software Development :: Libraries :: Python Modules
