index.rst.txt 765 B

12345678910111213141516171819202122232425262728
  1. Minimalist And Customisable Optimisation Package
  2. ================================================
  3. .. image:: _static/logo_macop.png
  4. :width: 300 px
  5. :align: center
  6. What's `macop` ?
  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. .. toctree::
  10. :maxdepth: 1
  11. :caption: Contents:
  12. description
  13. api
  14. documentations/index
  15. examples
  16. contributing
  17. Indices and tables
  18. ==================
  19. * :ref:`genindex`
  20. * :ref:`modindex`
  21. * :ref:`search`