|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.measurement.single.DimensionBoundViolationsPerParticle
public class DimensionBoundViolationsPerParticle
Calculates the average number of violations of boundary constraints with respect to each dimension. This measure can be used as an indicator of whether the algorithm spend too much time exploring in infeasible space (with respect to the boundary constraints).
Constructor Summary | |
---|---|
DimensionBoundViolationsPerParticle()
Creates a new instance of DimensionBoundViolationsPerParticle. |
|
DimensionBoundViolationsPerParticle(DimensionBoundViolationsPerParticle copy)
Copy constructor. |
Method Summary | |
---|---|
DimensionBoundViolationsPerParticle |
getClone()
Create a cloned copy of the current object and return it. |
String |
getDomain()
Get the domain string representing what this measurement's results will conform to. |
Type |
getValue(Algorithm algorithm)
Get the value of the measurement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DimensionBoundViolationsPerParticle()
public DimensionBoundViolationsPerParticle(DimensionBoundViolationsPerParticle copy)
copy
- The instance to copy.Method Detail |
---|
public DimensionBoundViolationsPerParticle getClone()
getClone
in interface Measurement
getClone
in interface Cloneable
Object.clone()
public String getDomain()
getDomain
in interface Measurement
public Type getValue(Algorithm algorithm)
Measurement.getDomain()
getValue
in interface Measurement
algorithm
- The algorithm to obtain the measurement from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |