edu.udo.cs.yale.operator.features.selection
Class CutSelection

java.lang.Object
  extended by edu.udo.cs.yale.operator.features.selection.CutSelection
All Implemented Interfaces:
PopulationOperator

public class CutSelection
extends java.lang.Object
implements PopulationOperator

Creates a new population by a deterministical selection of the best individuals.

Version:
$Id: CutSelection.java,v 1.3 2006/08/03 14:39:29 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private  int popSize
           
 
Constructor Summary
CutSelection(int popSize)
           
 
Method Summary
 void operate(Population population)
          Modifies the population.
 boolean performOperation(int generation)
          Indicates if the operation should be performed in the given generation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

popSize

private int popSize
Constructor Detail

CutSelection

public CutSelection(int popSize)
Method Detail

performOperation

public boolean performOperation(int generation)
Description copied from interface: PopulationOperator
Indicates if the operation should be performed in the given generation. Allows pop ops which works only in a part of the generations.

Specified by:
performOperation in interface PopulationOperator


operate

public void operate(Population population)
Description copied from interface: PopulationOperator
Modifies the population.

Specified by:
operate in interface PopulationOperator



Copyright © 2001-2006