Mycroft

Results 1 comments of Mycroft

Thanks... that `InBoundsSolver` approach is exactly what I needed to see, I ended up implementing something similar that wraps the ODE function to clamp derivatives when variables hit zero: ```python...