dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
genetic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1db4f
)
Add missing information.
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Sun, 5 Apr 2015 17:08:06 +0000
(19:08 +0200)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Sun, 5 Apr 2015 17:08:06 +0000
(19:08 +0200)
src/mutation/mutation.h
patch
|
blob
|
history
diff --git
a/src/mutation/mutation.h
b/src/mutation/mutation.h
index 69c2326c33fd1632205cd48018858bb3a3aef1b4..a35b312b60d637359e7e5d028c79be6bdd5a730e 100644
(file)
--- 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;