edu.udo.cs.yale.operator.features
Class KeepBest

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

public class KeepBest
extends java.lang.Object
implements PopulationOperator

Keeps the n best individuals and kicks out the rest.

Version:
$Id: KeepBest.java,v 2.12 2006/08/03 14:39:31 ingomierswa Exp $
Author:
Simon Fischer, Ingo Mierswa

Field Summary
private  int bestN
           
 
Constructor Summary
KeepBest(int bestN)
           
 
Method Summary
 void operate(Population pop)
          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
 

Field Detail

bestN

private int bestN
Constructor Detail

KeepBest

public KeepBest(int bestN)
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 pop)
Description copied from interface: PopulationOperator
Modifies the population.

Specified by:
operate in interface PopulationOperator



Copyright © 2001-2006