|
||||||||||
| 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.Crossover
public class Crossover
Crossover operator for the values of an evolution strategies optimization. An individual is selected with a given fixed propability and a mating partner is determined randomly. This class only impplements uniform crossover.
| Constructor Summary | |
|---|---|
Crossover(double prob,
java.util.Random random)
|
|
| Method Summary | |
|---|---|
void |
crossover(Individual i1,
Individual i2)
|
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 Crossover(double prob,
java.util.Random random)
| Method Detail |
|---|
public void crossover(Individual i1,
Individual i2)
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 | |||||||||