Type Based
fun <T> TypeBased(environment: Euclidean2DEnvironment<T>, pedestrian: Pedestrian2D<T>, typeWeights: LinkedHashMap<KClass<SteeringAction<T, Euclidean2DPosition>>, Double>, defaultWeight: Double = 0.0)
Content copied to clipboard
Parameters
environment
the environment in which the pedestrian moves.
Content copied to clipboard
pedestrian
the owner of the steering actions combined by this strategy.
Content copied to clipboard
type Weights
the weight for each type of steering action.
Content copied to clipboard