henriqar / darwin

MIT License
1 stars 1 forks source link

Darwin

Build Status License

Meta-heuristics optimization python module designed to support batch execution using local or clusterized backends with discretized variables, i.e. mappings to compilation flags, strings, or any kind of data that can be organized in a discrete set of values.

Table of Contents

Install

First you need to install the module's requirements

$ pip install -r requirements.txt

Note that htcondor module may be unavailable in some plataforms.

After all requirements are installed, you just need to enter the directory and execute

$ pip install .

or

$ python3 setup.py install

Features

Optimization algorithms supported in current version:

Execution backends implemented:

License

License