mdahirel / pushed-pulled-2020-heritability-IBM

code for the paper "Individual variation in dispersal, and its sources, shape the fate of pushed vs. pulled range expansions"
0 stars 0 forks source link

think about tick indexing #21

Closed mdahirel closed 3 years ago

mdahirel commented 3 years ago

because tick counter starts at 0, and is updated at the end of a cycle, it means any event happening during the first generation is record as happening at t0. Which is weird because (a) it intuitively happens at t1 (b) we already have things happening at t0 (the introduction) so it creates conflicts with founding dates

There is a solution currently implemented in the model (basically running one cycle on empty) but I need to think about how this alters other aspects of the model (like what generations are actually saved) before validating it