description.rst.txt 611 B

123456789101112131415161718192021
  1. Description
  2. =====================================
  3. .. image:: _static/logo_macop.png
  4. :width: 350 px
  5. :align: center
  6. Context
  7. ------------
  8. `macop` is an optimisation Python package which not implement the whole available algorithms in the literature but let you the possibility to quickly develop and test your own algorithm and strategies. The main objective of this package is to be the most flexible as possible and hence, to offer a maximum of implementation possibilities.
  9. Installation
  10. ------------
  11. Just install package using `pip` Python package manager:
  12. .. code:: bash
  13. pip install macop