org.apache.commons.math.genetics
Interface MutationPolicy

All Known Implementing Classes:
BinaryMutation, RandomKeyMutation

public interface MutationPolicy

Algorithm used to mutate a chrommosome.

Since:
2.0
Version:
$Revision: 799857 $ $Date: 2009-08-01 09:07:12 -0400 (Sat, 01 Aug 2009) $

Method Summary
 Chromosome mutate(Chromosome original)
          Mutate the given chromosome.
 

Method Detail

mutate

Chromosome mutate(Chromosome original)
Mutate the given chromosome.

Parameters:
original - the original chromosome.
Returns:
the mutated chromomsome.


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.