Intention Walk Randomly
class IntentionWalkRandomly(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double) : BodyCognitiveCharacteristic
Content copied to clipboard
The intention not to evacuate.
Parameters
desire Walk Randomly
the desire not to evacuate of the agent owning this characteristic.
Content copied to clipboard
desire Evacuate
the desire to evacuate of the agent owning this characteristic.
Content copied to clipboard
Constructors
Link copied to clipboard
fun IntentionWalkRandomly(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double)
Content copied to clipboard