Interface MutationPolicy

All Known Implementing Classes:
BinaryMutation, RandomKeyMutation

public interface MutationPolicy
Algorithm used to mutate a chrommosome.
Since:
2.0
Version:
$Revision: 811685 $ $Date: 2009-09-05 19:36:48 +0200 (sam. 05 sept. 2009) $
  • Method Summary

    Modifier and Type
    Method
    Description
    mutate(Chromosome original)
    Mutate the given chromosome.
  • Method Details

    • mutate

      Chromosome mutate(Chromosome original)
      Mutate the given chromosome.
      Parameters:
      original - the original chromosome.
      Returns:
      the mutated chromomsome.