Impact Model
class ImpactModel(compliance: Double, influencedBy: () -> List<CognitiveModel>, environmentalFactors: () -> Double) : CognitiveModel
Content copied to clipboard
Agent-based evacuation model with social contagion mechanisms. More information can be found here.
Constructors
Link copied to clipboard
fun ImpactModel(compliance: Double, influencedBy: () -> List<CognitiveModel>, environmentalFactors: () -> Double)
Content copied to clipboard
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 pedestrian intends to escape.