|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gpsys.GeneticOperation
|
+--gpsys.CrossoverOperation
This class represents a Crossover operation. A Crossover operation involves just two parents, which are specified in the constructor.
CrossoverBookkeeping,
Population,
GPParameters| Field Summary | |
(package private) int |
parent2
The second parent involved in the crossover. |
| Fields inherited from class gpsys.GeneticOperation |
parent1 |
| Constructor Summary | |
CrossoverOperation(int parent1,
int parent2)
Constructs a Crossover operation to be performed on the specified parents. |
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int parent2
| Constructor Detail |
public CrossoverOperation(int parent1,
int parent2)
parent1 - The first parent involved in the crossover.parent2 - The second parent involved in the crossover.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||