File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/Genetic/Chromosomes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public double[] Value
112112 /// </summary>
113113 ///
114114 /// <remarks><para>The property controls type of mutation, which is used more
115- /// frequently. A radnom number is generated each time before doing mutation -
115+ /// frequently. A random number is generated each time before doing mutation -
116116 /// if the random number is smaller than the specified balance value, then one
117117 /// mutation type is used, otherwse another. See <see cref="Mutate"/> method
118118 /// for more information.</para>
@@ -131,7 +131,7 @@ public double MutationBalancer
131131 /// </summary>
132132 ///
133133 /// <remarks><para>The property controls type of crossover, which is used more
134- /// frequently. A radnom number is generated each time before doing crossover -
134+ /// frequently. A random number is generated each time before doing crossover -
135135 /// if the random number is smaller than the specified balance value, then one
136136 /// crossover type is used, otherwse another. See <see cref="Crossover"/> method
137137 /// for more information.</para>
You can’t perform that action at this time.
0 commit comments