org.dishevelled.evolve
Interface Mutation<I>

Type Parameters:
I - individual type
All Known Implementing Classes:
AbstractUniformMutation, NullMutation, ProportionalMutation, UniformMutation

public interface Mutation<I>

A mutation function.

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

Method Summary
 Collection<I> mutate(Collection<I> recombined)
          Mutate the individuals in the specified collection of recombined individuals.
 

Method Detail

mutate

Collection<I> mutate(Collection<I> recombined)
Mutate the individuals in the specified collection of recombined individuals.

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).