|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PopulationGenerator
Generate a random population.
Method Summary | |
---|---|
Genome |
generate(Random rnd)
Generate a random genome. |
void |
generate(Random rnd,
Population pop)
Generate a random population. |
Method Detail |
---|
Genome generate(Random rnd)
rnd
- A random number generator.
void generate(Random rnd, Population pop)
rnd
- Random number generator.pop
- The population to generate into.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |