12345678910111213141516171819202122232425262728 |
- Description
- =====================================
- .. image:: _static/logo_macop.png
- :width: 350 px
- :align: center
- Context
- ------------
- Based on its generic behaviour, each **Macop** algorithm runs can be represented as an interactive loop where you can interact with and specify your needs at each step:
- .. image:: _static/documentation/macop_behaviour.png
- :width: 450 px
- :align: center
- The package is strongly oriented on combinatorial optimisation (hence discrete optimisation) but it remains possible to extend for continuous optimisation.
- Installation
- ------------
- Just install package using `pip` Python package manager:
- .. code:: bash
-
- pip install macop
|