8000 Merge pull request #157 from geritwagner/patch-1 · ahmedfgad/GeneticAlgorithmPython@4de9ae8 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 4de9ae8

Browse files
authored
Merge pull request #157 from geritwagner/patch-1
Update index.rst/Typo
2 parents c1c9b88 + f60da96 commit 4de9ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ set of weights that satisfy the following function:
9494

9595
.. code::
9696
97-
y = f(w1:w6) = w1x1 + w2x2 + w3x3 + w4x4 + w5x5 + 6wx6
97+
y = f(w1:w6) = w1x1 + w2x2 + w3x3 + w4x4 + w5x5 + w6x6
9898
where (x1,x2,x3,x4,x5,x6)=(4,-2,3.5,5,-11,-4.7) and y=44
9999
100100
The first step is to prepare the inputs and the outputs of this

0 commit comments

Comments
 (0)
0