index.rst 683 B

1234567891011121314151617181920212223242526
  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. :numbered:
  11. :caption: Contents:
  12. introduction
  13. problem
  14. solutions
  15. validator
  16. evaluators
  17. operators
  18. policies
  19. algorithms
  20. callbacks
  21. others