Skip to content

Commit 8eb61db

Browse files
committed
Update Example_GeneticAlgorithm.py
1 parent 575078a commit 8eb61db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Example_GeneticAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
# Inputs of the equation.
13-
equation_inputs = [4,-2,3.5,5,-11,-4.7]
13+
equation_inputs = [0.153,0.068,0.008,0.053,0.073,0.039,0.047,0.005,0.011]
1414

1515
# Number of the weights we are looking to optimize.
1616
num_weights = len(equation_inputs)

0 commit comments

Comments
 (0)