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

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

public class BestSelection
extends java.lang.Object
implements PopulationOperator

Selects the best individual and build a new population.

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

Constructor Summary
BestSelection()
           
 
Method Summary
 void operate(Population population)
          Modifies the population.
 boolean performOperation(int generation)
          The default implementation returns true for every generation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestSelection

public BestSelection()
Method Detail

performOperation

public boolean performOperation(int generation)
The default implementation returns true for every generation.

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