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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Easiest fix: Install and use Revolution R, which will speed up by factor approx. equal to number of processors on machine.
Other fixes:
Decrease number of knots
Decrease number of species
Decrease number of years
Decrease / change number of factors, e.g., to start with 1 factor for each component and increase slowly until new factors explain small proportion of total variance, as I did in Thorson et al. 2016 Global Ecology and Biogeography
I am running VAST with 1000 knots for 11 species in RStudio. How can I speed up the Optimize process for estimating the final model?
#5.2 Estimate fixed effect and predict random variables
Opt = TMBhelper::Optimize( obj=Obj, lower=TmbList[["Lower"]],
upper=TmbList[["Upper"]], getsd=TRUE, savedir=DateFile,
bias.correct=FALSE )
The text was updated successfully, but these errors were encountered: