From e891ffeeaa17ff666207ea806feaa2e80dbd87e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Sun, 5 Apr 2015 19:08:06 +0200 Subject: [PATCH] Add missing information. --- src/mutation/mutation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2