org.encog.ml.genetic.mutate
Class MutateShuffle
java.lang.Object
org.encog.ml.genetic.mutate.MutateShuffle
- All Implemented Interfaces:
- Mutate
public class MutateShuffle
- extends Object
- implements Mutate
A simple mutation where genes are shuffled.
This mutation will not produce repeated genes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MutateShuffle
public MutateShuffle()
performMutation
public final void performMutation(Chromosome chromosome)
- Perform a shuffle mutation.
- Specified by:
performMutation in interface Mutate
- Parameters:
chromosome - The chromosome to mutate.
Copyright © 2011. All Rights Reserved.