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

java.lang.Object
  extended by com.rapidminer.tools.math.optimization.ec.es.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.

Author:
Ingo Mierswa

Constructor Summary
CutSelection(int popSize)
           
 
Method Summary
 void operate(Population population)
           
 boolean performOperation(int generation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutSelection

public CutSelection(int popSize)
Method Detail

performOperation

public boolean performOperation(int generation)

operate

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


Copyright © 2001-2009 by Rapid-I