com.rapidminer.tools.math.optimization.ec.es
Class ElitistSelection

java.lang.Object
  extended by com.rapidminer.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.

Author:
Ingo Mierswa

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
 

Constructor Detail

ElitistSelection

public ElitistSelection(int popSize)
Method Detail

operate

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


Copyright © 2001-2009 by Rapid-I