Description ===================================== .. image:: _static/logo_macop.png :width: 350 px :align: center Context ------------ `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. Installation ------------ Just install package using `pip` Python package manager: .. code:: bash pip install macop