User:Carl Boettiger/Notebook/Stochastic Population Dynamics/2010/05/20

From OpenWetWare
Jump to navigationJump to search
Stochastic Population Dynamics Main project page
Previous entry      Next entry

Beetle dynamics exploration & adjustments

  • Adjusted individual based Crowley model to follow same parameterization as the macroscopic model. IBM rules had divided b and c by K in the dynamics while the macroscopic was just using rescaled dynamical rates. Now both use the rescaled rates as parameter values while the equations match.
  • Variation in the Crowley model agrees between individual-based simulation and the equations.

Code troubleshooting

  • openmp private declarations perform allocs without frees! parallel code has memory leaks not present in the serial code. Will need to learn