|
Evolvica Core API Version 0.6.3 Last Modified: July 20 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for a reinsertion operator. A reinsertion operator must be bound to a population, without a population there's no need for it's existance. The reinsertion operator is able to add and/or remove individuals to/from a population based on their scores, fitness values or other criteria.
| Method Summary | |
void |
insert(IPopulation pop,
IIndividualSet iset)
Inserts individuals into the given population. |
| Method Detail |
public void insert(IPopulation pop,
IIndividualSet iset)
pop - population to insert individuals intoiset - set containing individuals to be added to the given population
|
Evolvica Core API Version 0.6.3 Last Modified: July 20 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||