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 69f0c5f commit b704b19Copy full SHA for b704b19
examples/mixed_degree_forcing_slope.py
@@ -27,11 +27,11 @@ def my_fun(beta):
27
28
bounds = np.zeros((3, 2))
29
# first line offset
30
-bounds[0, 0] = -10.0 # lower bound
31
-bounds[0, 1] = 10.0 # upper bound
+bounds[0, 0] = -100.0 # lower bound
+bounds[0, 1] = 100.0 # upper bound
32
# first line slope
33
-bounds[1, 0] = -10.0 # lower bound
34
-bounds[1, 1] = 10.0 # upper bound
+bounds[1, 0] = -100.0 # lower bound
+bounds[1, 1] = 100.0 # upper bound
35
# breakpont
36
bounds[2, 0] = 2. # lower bound
37
bounds[2, 1] = 6. # upper bound
0 commit comments