Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

multispecies VAST #34

Closed
EllenY opened this issue Feb 20, 2018 · 1 comment
Closed

multispecies VAST #34

EllenY opened this issue Feb 20, 2018 · 1 comment

Comments

@EllenY
Copy link

EllenY commented Feb 20, 2018

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 )

@James-Thorson
Copy link
Contributor

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
  • Use bigger machine
  • Use amazon cloud computer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants