CognitiveAgentSeek

constructor(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: PedestrianProperty<T>, target: P)

Parameters

environment

the environment in which the node moves.

reaction

the reaction executing this action.

target

the position the node moves towards.

Type Parameters

T

the concentration type.

P

the position type.

A

the transformation type compatible with P.


constructor(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: PedestrianProperty<T>, vararg coordinates: Number)