|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmoea.moga.selector.Selector
public abstract class Selector
| Field Summary | |
|---|---|
protected java.util.Comparator<Entity> |
comparator
|
protected Chromosome[] |
pool
|
| Constructor Summary | |
|---|---|
Selector(java.util.Comparator<Entity> comparator)
|
|
| Method Summary | |
|---|---|
void |
initialize(Population<Chromosome> pop)
|
Chromosome |
select()
|
abstract void |
update(Population<Chromosome> pop)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Comparator<Entity> comparator
protected Chromosome[] pool
| Constructor Detail |
|---|
public Selector(java.util.Comparator<Entity> comparator)
| Method Detail |
|---|
public abstract void update(Population<Chromosome> pop)
public void initialize(Population<Chromosome> pop)
public Chromosome select()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||