We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575078a commit 8eb61dbCopy full SHA for 8eb61db
1 file changed
Example_GeneticAlgorithm.py
@@ -10,7 +10,7 @@
10
"""
11
12
# Inputs of the equation.
13
-equation_inputs = [4,-2,3.5,5,-11,-4.7]
+equation_inputs = [0.153,0.068,0.008,0.053,0.073,0.039,0.047,0.005,0.011]
14
15
# Number of the weights we are looking to optimize.
16
num_weights = len(equation_inputs)
0 commit comments