Package it.unibo.alchemist.model.cognitiveagents.impact

Types

Link copied to clipboard
class ImpactModel(compliance: Double, influencedBy: () -> List<CognitiveModel>, environmentalFactors: () -> Double) : CognitiveModel

Agent-based evacuation model with social contagion mechanisms. More information can be found here.

Properties

Link copied to clipboard
const val PARAMETERS_FILE: String

Path to the file containing characteristics parameters.