Constant Speed
class ConstantSpeed<T, P : Position<P>>(reaction: Reaction<*>, speed: Double) : SpeedSelectionStrategy<T, P>
This strategy makes the node move at an average constant speed, which is influenced by the it.unibo.alchemist.model.TimeDistribution of the Reaction hosting this it.unibo.alchemist.model.Action. This action tries to normalize on the Reaction rate, but if the it.unibo.alchemist.model.TimeDistribution has a high variance, the movements on the map will inherit this tract.
Parameters
Position type