org.dishevelled.evolve
Interface Recombination<I>

Type Parameters:
I - individual type
All Known Implementing Classes:
AsexualRecombination, NullRecombination, SexualRecombination

public interface Recombination<I>

A recombination function.

Version:
$Revision: 1059 $ $Date: 2012-01-03 14:03:02 -0600 (Tue, 03 Jan 2012) $
Author:
Michael Heuer

Method Summary
 Collection<I> recombine(Collection<I> population)
          Recombine the individuals in the specified population of individuals.
 

Method Detail

recombine

Collection<I> recombine(Collection<I> population)
Recombine the individuals in the specified population of individuals.

Parameters:
population - population of individuals
Returns:
a collection of recombined individuals


Copyright (c) 2005-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).