8000 Update index.rst · madprog/GeneticAlgorithmPython@f60da96 · GitHub
[go: up one dir, main page]

Skip to content

Commit f60da96

Browse files
authored
Update index.rst
1 parent 2510727 commit f60da96

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