SciML / JumpProcesses.jl

Build and simulate jump equations like Gillespie simulations and jump diffusions with constant and state-dependent rates and mix with differential equations and scientific machine learning (SciML)
https://docs.sciml.ai/JumpProcesses/stable/
Other
140 stars 35 forks source link

Remove CartesianGridIter. #264

Closed Vilin97 closed 2 years ago

Vilin97 commented 2 years ago

CartesianGridRej performs significantly better than CartesianGridIter.

Vilin97 commented 2 years ago

CartesianGridRej is almost 2x faster than CartesianGridIter. image

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2961654743

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 2961625212: 1.3%
Covered Lines: 1942
Relevant Lines: 2185

💛 - Coveralls
isaacsas commented 2 years ago

LGTM