andrewhooker / PopED

Population Experimental Design (PopED) in R

Home Page:https://andrewhooker.github.io/PopED/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parallel computation for plot_efficiency_of_windows()

timwaterhouse opened this issue · comments

Hi Andy,

Would it be possible to implement parallel computation in plot_efficiency_of_windows()? I see some commented out references to something called bParallel in the code, so I wonder if this is something you've already considered.

Thanks,
Tim

I'm using an ODE model (with mrgsolve), and it was taking 15-20 minutes to run 100 simulations. Would be nice to speed that up if possible.

Tim

Now included!

Very nice, thanks Andy!