|
Orbital library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorbital.algorithm.evolutionary.Selectors
public class Selectors
Selection schemes for evolutionary genetic algorithms. Selectors select a parent from the genomes.
Setops,
Callback,
GeneticAlgorithm.setSelection(Function)| Method Summary | |
|---|---|
static Function |
likelyBetter()
Better genomes will more likely be selected. |
static Function |
rank()
One of the best genomes will be selected, randomly. |
static Function |
rouletteWheel()
Better genomes will more likely be selected. |
static Function |
tournament()
Pick the better one of two genomes selected with roulette wheel. |
static Function |
uniform()
All genomes will be selected with uniform probability 1/n. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final Function rouletteWheel()
likelyBetter()public static final Function likelyBetter()
rouletteWheel()public static final Function tournament()
public static final Function rank()
public static final Function uniform()
|
Orbital library 1.2.0: 23 Apr 2008 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||