goldingn / pop

A Flexible Syntax for Population Dynamic Modelling :koala: :chart_with_upwards_trend:
Other
10 stars 2 forks source link

dispersal happens last #33

Open goldingn opened 8 years ago

goldingn commented 8 years ago

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