Skip to content

Commit c6bc537

Browse files
committed
Merge branch 'master' of github.com:numericalalgorithmsgroup/dfogn
2 parents 8ef5392 + 8dc574c commit c6bc537

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/rosenbrock_basic.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ def rosenbrock(x):
1010
# Define the starting point
1111
x0 = np.array([-1.2, 1.0])
1212

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-
1713
# For optional extra output details
1814
# import logging
1915
# logging.basicConfig(level=logging.INFO, format='%(message)s')

0 commit comments

Comments
 (0)