Desire Walk Randomly
class DesireWalkRandomly(compliance: Double, dangerBelief: () -> Double, fear: () -> Double) : MentalCognitiveCharacteristic
The desire not to evacuate.
Parameters
compliance
the current level of compliance of the agent owning this.
Content copied to clipboard
danger Belief
the current level of danger belief of the agent owning this.
Content copied to clipboard
fear
the current level of fear of the agent owning this.
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.