Models probabilistic route choice behavior.
If an agent has received a route recommendation (you need to specify the route recommendation using a InformationStimulus),
the agent will make a probabilistic route choice.
Imagine there are two targets: if target 1 is recommended ("take target 1"),
the agent takes target 1 with a probability of 80% and target 2 with a probability of 20%.
The probabilites need to be specified in RouteChoiceDefinition.
Please note:
- the appeal "take target 1" must be similar in the InformationStimulus and the RouteChoiceDefinition.
- the agent responds to the first appeal only