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 b05e462 commit 8bb345dCopy full SHA for 8bb345d
examples/function_minimization/initial_program.py
@@ -49,4 +49,4 @@ def run_search():
49
if __name__ == "__main__":
50
x, y, value = run_search()
51
print(f"Found minimum at ({x}, {y}) with value {value}")
52
- # The global minimum is around (-1.76, -1.03) with value -2.104
+
0 commit comments