Add missing information.
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sun, 5 Apr 2015 17:08:06 +0000 (19:08 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sun, 5 Apr 2015 17:08:06 +0000 (19:08 +0200)
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;