|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.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).
| Constructor Summary | |
|---|---|
VarianceAdaption(GaussianMutation mutation,
int intervalSize,
LoggingHandler logging)
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 |
| Constructor Detail |
|---|
public VarianceAdaption(GaussianMutation mutation,
int intervalSize,
LoggingHandler logging)
| 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 | |||||||||