MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
138 stars 64 forks source link

More profile selectors #79

Closed curds01 closed 6 years ago

curds01 commented 6 years ago
  1. Adds two new profile selectors:
    • random -- assigns agent profile from a set of profiles with uniform probability.
    • weighted -- assigns agent profile from a set of profiles with weighted probability.
  2. Updates the documentation to reflect the new implementations.
  3. Adds a demo illustrating use of the selectors.
  4. Incidentally adds the SetSelector class to serve as the underlying implementation. Other selectors can use this.

Resolves #74

curds01 commented 6 years ago

TODO: Test on ubuntu to confirm

curds01 commented 6 years ago

Tested and corrected on Ubuntu with both gcc and clang.