Cognitive Agent Avoid Layer
class CognitiveAgentAvoidLayer @JvmOverloads constructor(environment: Euclidean2DEnvironment<Number>, reaction: Reaction<Number>, pedestrian: Pedestrian2D<Number>, targetMolecule: Molecule, viewDepth: Double) : AbstractLayerAction
Content copied to clipboard
Move the pedestrian towards positions of the environment with a low concentration of the target molecule.
Parameters
environment
the environment inside which the pedestrian moves.
Content copied to clipboard
reaction
the reaction which executes this action.
Content copied to clipboard
pedestrian
the owner of this action.
Content copied to clipboard
target Molecule
the {@link Molecule} you want to know the concentration in the different positions of the environment.
Content copied to clipboard
view Depth
the depth of view of the pedestrian, defaults to infinity.
Content copied to clipboard
Constructors
Link copied to clipboard
fun CognitiveAgentAvoidLayer(environment: Euclidean2DEnvironment<Number>, reaction: Reaction<Number>, pedestrian: Pedestrian2D<Number>, targetMolecule: Molecule, viewDepth: Double = Double.POSITIVE_INFINITY)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard