Added LinearRankSelection.
[genetic.git] / src / mutation / mutation.h
index 69c2326c33fd1632205cd48018858bb3a3aef1b4..a35b312b60d637359e7e5d028c79be6bdd5a730e 100644 (file)
@@ -27,7 +27,7 @@ namespace genetic {
             typedef typename _Chromosome::GeneType GeneType;
         protected:
             /**
-             * Chance with which mutation can occur.
+             * Chance with which mutation can occur. (0 = 0%, 1 = 100%)
              */
             MutationChanceType chance;