flu-plus-plus / bachelorproef

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

Implement population generation #32

Closed lynn closed 7 years ago

lynn commented 7 years ago

Whew, this should satisfy all the requirements in the spec…

The Atlas field I added to the Population class is essentially a map from (cluster ID, cluster type) pairs to GeoPositions. This information is irrelevant for the simulator, but imporant for the visualizer.

The massive Generate method is split into “regions”. I think I see a way to split it up into smaller methods, but I won’t bother with it right now.

lynn commented 7 years ago

Performed changes as requested; also deleted some dead commented-out code from Generator.h. Should be good to go!