Doc update.
This commit is contained in:
parent
29b6c840ac
commit
fe490f4b22
@ -230,9 +230,13 @@ public class ClusteringHillClimbing implements InterfacePopulationChangedEventLi
|
|||||||
public void freeWilly() {}
|
public void freeWilly() {}
|
||||||
|
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return "Cluster-HC";
|
return "Clustering-HC";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String globalInfo() {
|
||||||
|
return "Similar to multi-start HC, but clusters the population during optimization to remove redundant individuals for efficiency.";
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the hcEvalCycle
|
* @return the hcEvalCycle
|
||||||
*/
|
*/
|
||||||
|
@ -1734,7 +1734,7 @@ public class ParticleSwarmOptimization implements InterfaceOptimizer, java.io.Se
|
|||||||
return this.m_CheckConstraints;
|
return this.m_CheckConstraints;
|
||||||
}
|
}
|
||||||
public String checkConstraintsTipText() {
|
public String checkConstraintsTipText() {
|
||||||
return "Toggle constraints check (if true velocity is reduced by "+this.m_ReduceSpeed+" until constraints satisfied).";
|
return "Toggle constraints check (whether particles are allowed to leave the range).";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user