X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fmutation%2Fmutation.h;h=a35b312b60d637359e7e5d028c79be6bdd5a730e;hb=5e4a04634f1d31d4c774b44184cf08d3faf4d02a;hp=69c2326c33fd1632205cd48018858bb3a3aef1b4;hpb=df033a74e9dae48ba6a9efe3b0a5ad03c5caa324;p=genetic.git diff --git a/src/mutation/mutation.h b/src/mutation/mutation.h index 69c2326..a35b312 100644 --- a/src/mutation/mutation.h +++ b/src/mutation/mutation.h @@ -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;