Class AbstractMutator

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractMutator()  
    • Method Summary

      Modifier and Type Method Description
      Genotype mutate​(Genotype original, double mutationRate)  
      protected abstract void mutateRow​(Genotype g, int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractMutator

        public AbstractMutator()
    • Method Detail

      • mutateRow

        protected abstract void mutateRow​(Genotype g,
                                          int i)