Lower bound

This is the lower limit of constraint which the swarm must adhere to. This is used to update the swarm position and to scale it within range. -10 is the default value:

The relevant code is as follows:

return Math.Max(Math.Min(OutPos, upperBoundDomain), lowerBoundDomain);
..................Content has been hidden....................

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