Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core.select
Interface ISelector

All Superinterfaces:
IGeneticOperator, IOperator, java.io.Serializable

public interface ISelector
extends IGeneticOperator

Interface for a selection operator.

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

Method Summary
 IIndividual[] select(IIndividual[] iArray)
          Performs a selection operation with the given array of individuals.
 
Methods inherited from interface org.evolvica.engine.IOperator
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName
 

Method Detail

select

public IIndividual[] select(IIndividual[] iArray)
Performs a selection operation with the given array of individuals.

Parameters:
iArray - array of individuals containing the selection pool
Returns:
array of individuals containing the result of the selection process

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

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