machine-discovery / deer

Parallelizing non-linear sequential models over the sequence length
BSD 3-Clause "New" or "Revised" License
40 stars 1 forks source link

Raise warnings if the DEER iterations does not converge #24

Open mfkasim1 opened 3 months ago

mfkasim1 commented 2 months ago

Currently no error should be thrown, but the output of solve_idae and solve_ivp contains a flag whether the algorithm has successfully computed the output or not. So the users can decide what to do with invalid outputs. However, I'm still thinking that warnings might still be useful.