|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.math.optimization.ec.es.VarianceAdaption
public class VarianceAdaption
Implements the 1/5-Rule for dynamic parameter adaption of the variance of a
GaussianMutation
. The interval size should have the same size as the
changable components, i.e. the number of examples (alphas).
Field Summary | |
---|---|
private static double |
FACTOR
Used factor for shrinking and enlarging. |
private int |
intervalSize
The interval size in which the new variance is calculated. |
private GaussianMutation |
mutation
The mutation. |
private java.util.LinkedList<java.lang.Boolean> |
successList
Remember for all positions if an improval was found. |
private static int |
WAIT_INTERVALS
Waits this number of intervals before variance adaption is applied. |
Constructor Summary | |
---|---|
VarianceAdaption(GaussianMutation mutation,
int intervalSize)
The interval size should be as big as the changeable components, i.e. the number of examples (alphas). |
Method Summary | |
---|---|
void |
operate(Population population)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final int WAIT_INTERVALS
private static final double FACTOR
private GaussianMutation mutation
private int intervalSize
private java.util.LinkedList<java.lang.Boolean> successList
Constructor Detail |
---|
public VarianceAdaption(GaussianMutation mutation, int intervalSize)
Method Detail |
---|
public void operate(Population population)
operate
in interface PopulationOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |