Upper bound speed

The upper bound speed is used to help determine the swarm speed. 10 is the default value:

The code is as follows:

return Math.Max(Math.Min(Speed, upperBoundSpeed), lowerBoundSpeed);

Upper Bound Speed = 10:

3D Plot

Upper Bound Speed = 20:

3D Plot
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset