You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't say the doubling behavior is really intentional, I just don't think we've looked at this non-unique case too closely. We can make it double, though I really wonder what the use is here.
Measurement time optimization is the use case. Though in 99.9% of cases it is much to just save a dense solution and then interpolate it at the desired times, instead of working with saveat keyword. It came up for me once when I was doing joint initial condition and measurement time optimization and could not save the dense solution because I ran out of memory. Took me some time to figure out why my objective was discontinuous when multiple measurements got put to t0. Still, it is not difficult to check for uniqueness myself.
Should it work like this?
The text was updated successfully, but these errors were encountered: