public abstract class Mutator extends Module
registerParameters() should be displayed by the user interface,
 if it is being used. See Module for more information. 
 Resources.reportln() and Resources.report()
 to print any relevant information. Note that reportln() and report() are affected
 by the report interval base parameter. Use Resources.println() and
 Resources.print() to print information regardless of the current generation.
 See Resources for more information.Module| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
mutate(Chromosome chromosome)
Applies mutations to the specified chromosome according
 to the parameter values. 
 | 
getLocalParameters, toStringpublic abstract void mutate(Chromosome chromosome)
chromosome - the chromosome to mutate.