8000 Update docs · madprog/GeneticAlgorithmPython@fedac6b · GitHub
[go: up one dir, main page]

Skip to content

Commit fedac6b

Browse files
committed
Update docs
1 parent 8cbb307 commit fedac6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/pygad_more.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,10 @@ value out of these 3 values.
359359
None]
360360
Solution: [1, 5]
361361
362-
For a solution like ``[1, -0.5, 4]``, then mutation happens for the
363-
first gene by simply replacing its current value by a randomly selected
364-
value (other than its current value if possible). So, the value 1 will
365-
be replaced by either 2 or 3.
362+
For a solution like ``[1, 5]``, then mutation happens for the first gene
363+
by simply replacing its current value by a randomly selected value
364+
(other than its current value if possible). So, the value 1 will be
365+
replaced by either 2 or 3.
366366

367367
For the second gene, its space is set to ``None``. So, traditional
368368
mutation happens for this gene by:

0 commit comments

Comments
 (0)
0