119 days of number crunching…

[This article was first published on Mario's Entangled Bank » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Just checked on the 70000+ simulations I submitted to the Cow last night. The purpose of these runs is to explore a given system (the logistic growth model in this case) using different implementations of the stochastic simulation algorithm (aka SSA methods). In this batch of runs I am utilizing Gillespie’s Direct method, which is the exact implementation, and three tau-leap methods (Explicit tau-leap, Binomial tau-leap, and Optimized tau-leap), all which are approximate implementations of the SSA.

Here’s the status so far. All of the tau-leap methods have finished. The Explicit tau-leap method took 75 minutes to crunch through 10000 simulations, the Binomial tau-leap took 17 minutes, and the Optimized tau-leap took 121 minutes. Although there are substantial timing differences between the methods it all appears rather minute compared to the timings of the Direct method which still is working on it’s 10k runs (about 12 hours after starting). A simple extrapolation reveals an estimated wall time to completion of 119 days!!! I am (was) intending to have this manuscript submitted well before that. On the bright side though – at least the results will be exact!


To leave a comment for the author, please follow the link and comment on their blog: Mario's Entangled Bank » R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)