|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gpsys.GeneticOperation
|
+--gpsys.MutationOperation
This class represents a Mutation operation. A Mutation operation involves just one parent, which is specified in the constructor.
| Fields inherited from class gpsys.GeneticOperation |
parent1 |
| Constructor Summary | |
MutationOperation(int parent1)
Constructs a mutation operation to be performed on the specified parent. |
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public MutationOperation(int parent1)
parent1 - The parent to be mutated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||