Metadata-Version: 2.1
Name: optimix
Version: 2.0.0
Summary: Abstract function optimisation
Home-page: https://github.com/limix/optimix
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
Maintainer: Danilo Horta
Maintainer-email: horta@ebi.ac.uk
License: MIT
Download-URL: https://github.com/limix/optimix
Description: # optimix
        
        [![Travis](https://img.shields.io/travis/limix/optimix.svg?style=flat-square&label=linux%20%2F%20macos%20build)](https://travis-ci.org/limix/optimix) [![AppVeyor](https://img.shields.io/appveyor/ci/Horta/optimix.svg?style=flat-square&label=windows%20build)](https://ci.appveyor.com/project/Horta/optimix) [![Read the Docs (version)](https://img.shields.io/readthedocs/optimix/stable.svg?style=flat-square)](http://optimix.readthedocs.io/)
        
        Abstract function optimisation.
        
        ## Install
        
        Enter
        
        ```bash
        pip install optimix
        ```
        
        from the command-line.
        
        ## Running the tests
        
        Enter
        
        ```python
        python -c "import optimix; optimix.test()"
        ```
        
        ## Authors
        
        * [Danilo Horta](https://github.com/horta)
        
        ## License
        
        This project is licensed under the [MIT License](https://raw.githubusercontent.com/limix/optimix/master/LICENSE.md).
        
Keywords: function,optimisation
Platform: Windows
Platform: MacOS
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
