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 27c24ca commit 8dc574cCopy full SHA for 8dc574c
examples/rosenbrock_basic.py
@@ -10,10 +10,6 @@ def rosenbrock(x):
10
# Define the starting point
11
x0 = np.array([-1.2, 1.0])
12
13
-# Define optional bound constraints (a <= x <= b)
14
-a = np.array([-10.0, -10.0])
15
-b = np.array([0.9, 0.85])
16
-
17
# For optional extra output details
18
# import logging
19
# logging.basicConfig(level=logging.INFO, format='%(message)s')
0 commit comments