Metadata-Version: 1.1
Name: dfoalgos
Version: 0.1
Summary: Derivative-free optimization algorithms
Home-page: https://ls11-www.cs.tu-dortmund.de/people/swessing/dfoalgos/doc/
Author: Simon Wessing
Author-email: simon.wessing@tu-dortmund.de
License: BSD
Description: Description
        ===========
        
        This package contains derivative-free optimization algorithms. All algorithms
        have in common that they do not require objective values to be scalar and
        finite. A total order on the objective values is sufficient. For example, an
        objective function could return a list of values, which are then compared
        lexicographically. The package cannot handle constraints explicitly, instead
        infeasible solutions should be penalized, e.g., evaluated with the worst
        possible function value (possibly infinity).
        
        The package is geared to work with optimization problems as defined in the
        package optproblems. The whole package assumes minimization problems
        throughout!
        
        
        Documentation
        =============
        
        The documentation is located at
        https://ls11-www.cs.tu-dortmund.de/people/swessing/dfoalgos/doc/
        
Keywords: derivative-free optimization algorithm simplex Spendley Nelder Mead pattern search
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires: optproblems
