index.rst 669 B

12345678910111213141516171819202122232425
  1. Documentation
  2. ==============
  3. .. image:: ../_static/logo_macop.png
  4. :width: 300 px
  5. :align: center
  6. This documentation will allow a user who wishes to use the **Macop** optimisation package to understand both how it works and offers examples of how to implement specific needs.
  7. It will gradually take up the major ideas developed within **Macop** to allow for quick development. You can navigate directly via the menu available below to access a specific part of the documentation.
  8. .. toctree::
  9. :maxdepth: 1
  10. :caption: Contents:
  11. introduction
  12. problem
  13. solutions
  14. validator
  15. evaluators
  16. operators
  17. policies
  18. algorithms
  19. callbacks
  20. others