Skip to content

Commit 8bb345d

Browse files
committed
Update initial_program.py
1 parent b05e462 commit 8bb345d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/function_minimization/initial_program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def run_search():
4949
if __name__ == "__main__":
5050
x, y, value = run_search()
5151
print(f"Found minimum at ({x}, {y}) with value {value}")
52-
# The global minimum is around (-1.76, -1.03) with value -2.104
52+

0 commit comments

Comments
 (0)