gpsys
Class MutationOperation

java.lang.Object
  |
  +--gpsys.GeneticOperation
        |
        +--gpsys.MutationOperation

class MutationOperation
extends GeneticOperation

This class represents a Mutation operation. A Mutation operation involves just one parent, which is specified in the constructor.

Version:
$Revision: 1.1 $, $Date: 2000/07/05 16:21:25 $
Author:
Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MutationOperation

public MutationOperation(int parent1)
Constructs a mutation operation to be performed on the specified parent.
Parameters:
parent1 - The parent to be mutated.