AlgebraicJulia / AlgebraicDynamics.jl

Building dynamical systems compositionally
https://algebraicjulia.github.io/AlgebraicDynamics.jl/
MIT License
65 stars 13 forks source link

ENH: add approximate euler's method that avoids communication #134

Open jpfairbanks opened 5 months ago

jpfairbanks commented 5 months ago

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.