Examples ======== .. toctree:: :maxdepth: 2 Have a look at the notebooks on the left or the following scripts. .. _example_models: Declaring ODE systems in Dynax ------------------------------ .. literalinclude:: ../../dynax/example_models.py .. _example-fit-ode: Fit a system of ordinary differential equations ----------------------------------------------- .. literalinclude:: ../../examples/fit_ode.ipynb .. _example-fit-multiple-shooting: Fit a system with multiple shooting ----------------------------------- .. literalinclude:: ../../examples/fit_multiple_shooting.py