thinhong / denim

R package for discrete model
https://thinhong.github.io/denim/
Other
2 stars 1 forks source link

Comparing with `deSolve` #4

Open choisy opened 3 years ago

choisy commented 3 years ago

In the section where you compare with deSolve, it'd be nice too to include a running time comparison. Good to see how these running times scale. For that you can use the bench::mark() function.