alchemyst / Dynamics-and-Control

Jupyter notebooks for Dynamics and Control
GNU General Public License v3.0
267 stars 141 forks source link

Move away from odeint #6

Closed alchemyst closed 6 years ago

alchemyst commented 6 years ago

Odeint is no longer the recommended way to integrate ivps. We should rather use solve_ivp.