Cognitive Agent Follow Layer
open class CognitiveAgentFollowLayer(env: Euclidean2DEnvironment<Number>, reaction: Reaction<Number>, pedestrian: Pedestrian2D<Number>, targetMolecule: Molecule) : AbstractLayerAction
Content copied to clipboard
Move the pedestrian towards positions of the environment with a high concentration of the target molecule.
Parameters
env
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
Constructors
Link copied to clipboard
fun CognitiveAgentFollowLayer(env: Euclidean2DEnvironment<Number>, reaction: Reaction<Number>, pedestrian: Pedestrian2D<Number>, targetMolecule: Molecule)
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
The position the owner of this action moves to when it is executed, in relative coordinates with respect to its current position.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard