|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISelector
Defines methods required by a chromosome selector in a genetic algorithm.
| Method Summary | |
|---|---|
int |
getLastIndex()
Return the last index selected, or -1 if none. |
void |
init(IPopulation population)
Initialize this selector from the given population. |
IChromosome |
selectNext()
Select the next chromosome from the population. |
| Method Detail |
|---|
int getLastIndex()
void init(IPopulation population)
IChromosome selectNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |