AlgebraicDynamics.jl
AlgebraicDynamics.jl copied to clipboard
ENH: add approximate euler's method that avoids communication
I was thinking about the parallel performance of our distributed algorithms and wanted to test if we could communicate less often and still get the right answer. Here is an attempted answer yes.