org.dishevelled.evolve.mutate
Class NullMutation<I>
java.lang.Object
org.dishevelled.evolve.mutate.NullMutation<I>
- Type Parameters:
I - individual type
- All Implemented Interfaces:
- Mutation<I>
public final class NullMutation<I>
- extends Object
- implements Mutation<I>
Null mutation.
- 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 |
NullMutation
public NullMutation()
mutate
public Collection<I> mutate(Collection<I> recombined)
- Mutate the individuals in the specified collection of recombined individuals.
- Specified by:
mutate in interface Mutation<I>
- Parameters:
recombined - collection of recombined individuals
- Returns:
- a collection of mutated individuals
Copyright (c) 2005-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).