pints icon indicating copy to clipboard operation
pints copied to clipboard

New toy ODE models use undocumented property self._y0

Open MichaelClerx opened this issue 5 years ago • 1 comments

Should either document this, or maybe add methods set_initial_conditions and initial_conditions to ToyODEModel class and use initial_conditions() inside simulate instead.

Might also want to think about the case where we want to learn the initial conditions.

MichaelClerx avatar Apr 05 '20 20:04 MichaelClerx