You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to use the fit_tmb function in the TMBhelper package. The computation time of the following step was too long, and my computer still have extra cores which can be better used to save time. I have set the parallel computing environment on my computer, but didnot find the option to use it from parameters of the fit_tmb function. Any suggestions for this? and a case will be appreciated!
@fishecology7 newtonsteps=4, bias corrections, and getJointPrecision=TRUE will likely all add a lot of time. I suggest you pare back some of these arguments to simply optimizing and see if that is too slow. Then add each one back in to see what step of fitting is too slow.
Hi, I am trying to use the fit_tmb function in the TMBhelper package. The computation time of the following step was too long, and my computer still have extra cores which can be better used to save time. I have set the parallel computing environment on my computer, but didnot find the option to use it from parameters of the fit_tmb function. Any suggestions for this? and a case will be appreciated!
Opt = TMBhelper::fit_tmb( obj=Obj, lower = TmbList[["Lower"]], upper = TmbList[["Upper"]],
getsd = TRUE, savedir = DateFile, bias.correct = TRUE,
newtonsteps = 4, loopnum=3, getReportCovariance = TRUE, getJointPrecision = TRUE,
bias.correct.control = list( sd = FALSE, split = NULL, nsplit = 1, vars_to_correct = "Index" ) )
Thank you so much!
Yunlong from YSFRI
The text was updated successfully, but these errors were encountered: