|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sourceforge.cilib.problem.boundaryconstraint | |
---|---|
net.sourceforge.cilib.algorithm.population | |
net.sourceforge.cilib.problem.boundaryconstraint |
Classes in net.sourceforge.cilib.problem.boundaryconstraint used by net.sourceforge.cilib.algorithm.population | |
---|---|
BoundaryConstraint
Enforce predefined boundary constraints on Entity instances that are
operating in the current search space. |
Classes in net.sourceforge.cilib.problem.boundaryconstraint used by net.sourceforge.cilib.problem.boundaryconstraint | |
---|---|
BoundaryConstraint
Enforce predefined boundary constraints on Entity instances that are
operating in the current search space. |
|
ClampingBoundaryConstraint
Prevent any Entity from over-shooting the problem search space. |
|
DeflectionBoundaryConstraint
Particles that overstep the boundary get re-initialised to simulate a bouncing effect by flipping the velocity (multiplying it with -1.0). |
|
NearestBoundaryConstraint
If a particle oversteps the boundary it gets re-initialised and placed on the overstepped boundary. |
|
ReinitialisationBoundary
Once the entity has over shot the search space boundaries, re-initialise the Entity once again to be witihin the search space of the problem at a random position. |
|
UnconstrainedBoundary
This is the default boundary constraint, whereby no boundary checking is performed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |