Impact Model
class ImpactModel(compliance: Double, influencedBy: () -> List<CognitiveModel>, environmentalFactors: () -> Double) : CognitiveModel
Agent-based evacuation model with social contagion mechanisms. More information can be found here.
Constructors
Link copied to clipboard
constructor(compliance: Double, influencedBy: () -> List<CognitiveModel>, environmentalFactors: () -> Double)
Functions
Link copied to clipboard
Value representing the current belief of the situation dangerousness.
Link copied to clipboard
Value representing the intention to escape. Opposed to remainIntention.
Link copied to clipboard
Value representing the intention to remain. Opposed to escapeIntention
Link copied to clipboard
Whether or not this node intends to escape.