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
In the deterministic analysis of dynamics with dispersal transitions, the dispersals always occur after the other transitions (e.g. dispersing individuals are always subject to home-patch mortality, not new-patch mortality). This does not happen with the stochastic case.
Deterministic dispersals (i.e. building transition matrices) should either happen in turn, or pop::dynamic() should always put them last, and reflect this in the documentation.
If going for the former, could be done in conjunction with #31 to speed up Matrix construction
The text was updated successfully, but these errors were encountered:
In the deterministic analysis of dynamics with dispersal transitions, the dispersals always occur after the other transitions (e.g. dispersing individuals are always subject to home-patch mortality, not new-patch mortality). This does not happen with the stochastic case.
Deterministic dispersals (i.e. building transition matrices) should either happen in turn, or
pop::dynamic()
should always put them last, and reflect this in the documentation.If going for the former, could be done in conjunction with #31 to speed up Matrix construction
The text was updated successfully, but these errors were encountered: