djgroen / flee

flee agent-based modelling code
BSD 3-Clause "New" or "Revised" License
8 stars 7 forks source link

Refine 2.0 ruleset implementation #15

Closed djgroen closed 4 years ago

djgroen commented 4 years ago

I am currently finalizing the ruleset 2.0 implementation. In it I will enable a mode that approximates the behavior of the original ruleset.

I already fixed one bug, where the setting to start on foot could not be disabled.

In this ticket I just want to remind myself to also look at the changed calculateLinkWeight(). It may be that the logic is subtly different here in the new version...

djgroen commented 4 years ago

Here you can see the code differences: https://github.com/djgroen/flee/compare/rules2.0

djgroen commented 4 years ago

This has now been addressed.