pressio icon indicating copy to clipboard operation
pressio copied to clipboard

ode: the guesser logic is partially wrong

Open fnrizzi opened this issue 2 years ago • 0 comments

the guess callback is not being called before the stpper executes a step. this is correct as far as the predicted state, but it is wrong for the history because internally the stepper updates the history so the previous state is now being copied to be equal to the guess which is wrong. the guess should not impact the history

fnrizzi avatar Aug 31 '23 23:08 fnrizzi