|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inria.optimization.cmaes.examples.CMAExample2
public class CMAExample2
Example of how to use the class CMAEvolutionStrategy including restarts with increasing
population size (IPOP). Copy and modify the code to your convenience. Final termination criteria
are stopFitness and stopMaxFunEvals (see class CMAOptions
). The remaining
termination criteria invoke a restart with increased population size (see incPopSizeFactor in file
CMAEvolutionStrategy.properties).
CMAEvolutionStrategy
Constructor Summary | |
---|---|
CMAExample2()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMAExample2()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |