DistanceWeighted
constructor(environment: Euclidean2DEnvironment<T>, node: Node<T>, defaultWeight: Double = 1.0)(source)
Parameters
environment
the environment in which the node moves.
node
the owner of the steering action this strategy belongs to.
defaultWeight
default weight for steering actions without a defined target.
Type Parameters
T
the concentration type.