edu.udo.cs.yale.tools.math.optimization.ec.es
Class UniformSelection
java.lang.Object
edu.udo.cs.yale.tools.math.optimization.ec.es.UniformSelection
- All Implemented Interfaces:
- PopulationOperator
public class UniformSelection
- extends java.lang.Object
- implements PopulationOperator
Selects a given fixed number of individuals by uniformly sampling from the
current population until the desired population size is reached.
- Version:
- $Id: UniformSelection.java,v 1.1 2006/08/25 23:38:52 ingomierswa Exp $
- Author:
- Ingo Mierswa
Constructor Summary |
UniformSelection(int popSize,
boolean keepBest,
java.util.Random random)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
popSize
private int popSize
keepBest
private boolean keepBest
random
private java.util.Random random
UniformSelection
public UniformSelection(int popSize,
boolean keepBest,
java.util.Random random)
performOperation
public boolean performOperation(int generation)
- The default implementation returns true for every generation.
operate
public void operate(Population population)
- Specified by:
operate
in interface PopulationOperator
Copyright © 2001-2006