Getting Started¶
This section is the fastest path to installing affine_mpc and running a first example.
First Steps¶
- Choose an interface:
- Follow that page to install the library and run the first example.
- Confirm that the example runs successfully and writes its expected logs.
After Your First Run¶
- Read Concepts to understand the supported problem class and mathematical structure.
- Read Usage to learn the normal API workflow.
- Read Examples for more detail on the mass-spring-damper walkthrough.
- Read Logging to inspect saved outputs and prediction logs.
Contributing¶
If you want to contribute to the project itself, see Development.