|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgap.impl.GaussianMutationOperator
This genetic operator performs Gaussian mutation across all genes in a given Chromosome. Taken from JOONEGAP
| Constructor Summary | |
GaussianMutationOperator()
Constructs a GaussianMutationOperator with a default deviation of 0.05. |
|
GaussianMutationOperator(double a_deviation)
Constructs a GaussianMutationOperator with the given deviation. |
|
| Method Summary | |
void |
operate(Population a_population,
java.util.List a_candidateChromosomes)
Executes the operation. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GaussianMutationOperator()
public GaussianMutationOperator(double a_deviation)
a_deviation - sic.| Method Detail |
public void operate(Population a_population,
java.util.List a_candidateChromosomes)
operate in interface GeneticOperatora_population - containing chromosomes to be mutateda_candidateChromosomes - resulting chromosomes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||