dextorious

Results 6 comments of dextorious

I responded on Discourse, but I do like the algorithm quite a bit. I'll leave this open for now as a reminder to benchmark it later.

Your sense is no doubt correct in general, but I wrote this package to explicitly address the case where you have presampled data and can't cheaply re-evaluate it at different...

Right, the comparison has to be deterministic (the alternative would be running a statistically representative number of simulations, which would be prohibitively expensive at the moment). That pretty much just...

Yeah, it looks like double precision is enough at least in this particular case, so this is about future proofing for Float32s as well as abiding by the conventions of...

Thank you for explicitly pinging me, those notifications still reach me. I haven't been actively using Julia for a long time and this was always meant to be a feature...

A cache generation function and something like `preallocate=false` as a keyword argument to the common solver interface would be great. I don't know anything about the interpolation part, but at...