Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fedac6b

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /