ODE-Solvers
Solving of ODE-Systems in the form
\[\begin{split}\frac{\mathrm{d} \mathbf{x}}{\mathrm{d} t}&= f(\mathbf{x}, \mathbf{u}, t)\\\end{split}\]
Available ODE-Solvers:
ODE-Solver Base Class
- class gym_electric_motor.physical_systems.solvers.OdeSolver[source]
Bases:
object
Interface and base class for all used OdeSolvers in gym-electric-motor.
- set_f_params(*args)[source]
Set further arguments for the systems function call like input quantities.
- Parameters:
args (list) – Additional arguments for the next function calls.
- property t
Returns: float: Current system time t
- property y
Returns: float: Current system state y