Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core.population
Interface IInsertionFilter

All Known Implementing Classes:
AbstractInsertionFilter

public interface IInsertionFilter

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.

Since:
0.4.0
Version:
$Revision: 1.5 $ $Date: 2004/05/26 11:58:12 $
Author:
Andreas Rummler

Method Summary
 void insert(IPopulation pop, IIndividualSet iset)
          Inserts individuals into the given population.
 

Method Detail

insert

public void insert(IPopulation pop,
                   IIndividualSet iset)
Inserts individuals into the given population.

Parameters:
pop - population to insert individuals into
iset - set containing individuals to be added to the given population

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

Copyright © 2000-2004 Technical University of Ilmenau, Department Electronic Circuits and Systems