gpsys
Class ReproductionOperation

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

class ReproductionOperation
extends GeneticOperation

This class represents a Reproduction operation. A Reproduction 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
ReproductionOperation(int parent1)
          Constructs a reproduction 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

ReproductionOperation

public ReproductionOperation(int parent1)
Constructs a reproduction operation to be performed on the specified parent.
Parameters:
parent1 - The parent to be reproduced.