interaction.rst 673 B

1234567891011121314151617181920212223242526
  1. Basic Interaction
  2. =================
  3. Briefly present Modelverse and how to execute
  4. Working knowledge
  5. -----------------
  6. Very briefly explain the Modelverse architecture
  7. the minimal necessary to meaningfully start using it!
  8. That is: distinction between interface, kernel, and state
  9. Necessary scripts
  10. -----------------
  11. Explain the different scripts and how they can be used
  12. Briefly show the *run_tests.py* and *run_local_modelverse.py*
  13. Also *prompt.py*
  14. Wrapper
  15. -------
  16. We explain the simple Python wrapper
  17. Other wrappers can be defined quite easily due to the Modelverse architecture
  18. Later is a full overview of the wrapper, we now introduce it piece by piece in Python