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

risk of memory problems because Netlogo exports ALL the turtles #16

Closed mdahirel closed 3 years ago

mdahirel commented 3 years ago

Netlogo/nlrx exports turtles' metrics independently of patches'. This means that when we save turtles metrics for a tick, we save ALL the turtles, not only those of interest. This could quickly get us into trouble, memory-wise, so we need to think about:

mdahirel commented 3 years ago

initial problem solved, but file size remains way too big to be practical (about 160 Mo for the csv containing 1 replicate of every treatment in the 1 row = 1 individual format)

So we definitely need to compress to population-level metrics

mdahirel commented 3 years ago

post-processing now solely at the population-level, issue closed