Fear
constructor(desireWalkRandomly: () -> Double, desireEvacuate: () -> Double, influencialPeople: () -> List<CognitiveModel>)(source)
Parameters
desireWalkRandomly
the current desire of not evacuating of the agent owning this.
Content copied to clipboard
desireEvacuate
the current desire of evacuating of the agent owning this.
Content copied to clipboard
influencialPeople
the list of cognitive agents with an influence on the agent owning this.
Content copied to clipboard