Lukas König

Results 20 comments of Lukas König

Regarding this continuous time event feature: Will the output of the ODE/SDE be differentiable wrt. to parameters in the `cond_fn` of the Event? If one wants to implement this functionality...

Hi! Maybe i am using it wrong but at the moment I can't get the root_finder to do smth. I get the same event times when i use the Newton...

Ah i see! Was just a bit confusing that both boolean and comparison with 0 is possible. I tried a real valued cond_fn initially but then it was every time...

Regarding my confusion: Maybe this is a bad idea but maybe it would make sense to have a warning if both a boolean `cond_fn` and a root finder are passed...

If I pass multiple `cond_fn`, what would you suggest to determine which of them caused the Event? :) Thanks for the help!

One more thing (Sorry might just be my bad approach). If i want to have multiple events which happen each at a specific point in time, only the last one...

Cool thanks! Wow I didnt know about this :D thanks for the help!

cool thanks :) sorry maybe i didnt pull recently enough

I would just extend Event by a parameter `bidirectional` (Pytree of bool) which If you pass `None` or `True` all elements (size of cond_fn) are set to to `True`. If...

I created a firs draft of this here: https://github.com/patrick-kidger/diffrax/pull/643.