|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.tools.math.optimization.ec.es.ElitistSelection
public class ElitistSelection
Performs a very elitist selection by just adding the best individual for k times.
| 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 |
|---|
private int popSize
| Constructor Detail |
|---|
public ElitistSelection(int popSize)
| Method Detail |
|---|
public void operate(Population population)
operate in interface PopulationOperator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||