marmaduke woodman

Results 147 comments of marmaduke woodman

I saw this paper (doi: 10.1158/2326-6066.CIR-22-0617) using SDDEs w/ the SOSRI method and made me curious if you think this bug is fixed? *edit: not trolling 👹 I swear I...

Thanks for the helpful details! I don't need the discontinuity propagation for now, I was just following the example in the unit tests. I'll drop that and see what happens.

Thanks for the tips & info. For `n=10`, dropping `constant_lags` is 10x faster, for `n=20` it's 100x. For my problem size of `n=164` this makes it work, so I'm going...

In any case the above example exaggerates the problem, since `rand(n,n)` can generate that many unique values. In the domain for this set of equations, these delays are bounded on...

I'd be happy to contribute the model, though the analytic result (not on the solution itself but the critical parameter value for phase transition) I have is only for non...

This may not be the format you had in mind, but this is what's in my editor right now, and I figured I'd copy-paste before I forget about this issue:...

I'm making a little progress toward the work precision diagram, but I noticed that increasing `abstol` up to `1e-5` increase runtime, then to `1e-6`, run time is dropping, `@time` shows...