edu.udo.cs.yale.tools.math.optimization.ec.es
Class ElitistSelection

java.lang.Object
  extended by edu.udo.cs.yale.tools.math.optimization.ec.es.ElitistSelection
All Implemented Interfaces:
PopulationOperator

public class ElitistSelection
extends java.lang.Object
implements PopulationOperator

Performs a very elitist selection by just adding the best individual for k times.

Version:
$Id: ElitistSelection.java,v 1.1 2006/08/25 11:18:57 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private  int popSize
           
 
Constructor Summary
ElitistSelection(int popSize)
           
 
Method Summary
 void operate(Population population)
           
 
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

ElitistSelection

public ElitistSelection(int popSize)
Method Detail

operate

public void operate(Population population)
Specified by:
operate in interface PopulationOperator


Copyright © 2001-2006