MengeCrowdSim / Menge

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

Weighted profile selector #74

Closed curds01 closed 6 years ago

curds01 commented 6 years ago

Add a new profile selector.

Select from a set of defined profiles with a weighted uniform probability. Looking something like this:

 <ProfileSelector type="weighted_set">
    <Profile name="named_profile" weight="1.0"/>
    <Profile name="named_profile2" weight="1.0"/>
    <Profile name="named_profile3" weight="0.5"/>
  </ProfileSelector>
curds01 commented 6 years ago

Resolved by #79