flu-plus-plus / bachelorproef

Bachelorproef Informatica Universiteit Antwerpen 2016–2017
Other
0 stars 4 forks source link

Create population rule data structures, generate synthetic populations from them #11

Closed jonathanvdc closed 7 years ago

jonathanvdc commented 7 years ago

This should allow us to write code like:

PopulationRules rules;
rules.communitySize = 2000;
Population pop = rules.generatePopulation();
pop.save("a.csv");
lynn commented 7 years ago

15 implements the data structures, but not yet the generation.

lynn commented 7 years ago

32 implements the generation.