IntentionEvacuate
class IntentionEvacuate(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double) : BodyCognitiveCharacteristic
The intention to evacuate of .
Parameters
desireWalkRandomly
the desire not to evacuate of the agent owning this characteristic.Content copied to clipboard
desireEvacuate
the desire to evacuate of the agent owning this characteristic.Content copied to clipboard
Functions
Link copied to clipboard
open override fun combinationFunction(): ERROR CLASS: Ambiguity: times, [kotlin/Double.times, kotlin/Double.times, kotlin/Double.times, kotlin/Double.times, kotlin/Double.times, kotlin/Double.times]
Algorithm which decides how the parameters involved in the evolution of this characteristic must be combined together. It can be either a max, min, summation or any other type of function.