Fear
fun Fear( desireWalkRandomly: () -> Double, desireEvacuate: () -> Double, influencialPeople: () -> List<CognitiveModel>)
Content copied to clipboard
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