org.dishevelled.evolve.recombine
Class NullRecombination<I>
java.lang.Object
org.dishevelled.evolve.recombine.NullRecombination<I>
- Type Parameters:
I - individual type
- All Implemented Interfaces:
- Recombination<I>
public final class NullRecombination<I>
- extends Object
- implements Recombination<I>
Null recombination.
- Version:
- $Revision: 1059 $ $Date: 2012-01-03 14:03:02 -0600 (Tue, 03 Jan 2012) $
- Author:
- Michael Heuer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullRecombination
public NullRecombination()
recombine
public Collection<I> recombine(Collection<I> population)
- Recombine the individuals in the specified population of individuals.
- Specified by:
recombine in interface Recombination<I>
- 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).