Go to the source code of this file.
|
| example1b.enableFlippingBounds |
|
| example1b.example = QProblemB(2) |
|
| example1b.g = np.array([1.5, 1.0 ]) |
|
| example1b.g_new = np.array([1.0, 1.5]) |
|
| example1b.H = np.array([1.0, 0.0, 0.0, 0.5 ]).reshape((2,2)) |
|
| example1b.initialStatusBounds |
|
| example1b.lb = np.array([0.5, -2.0]) |
|
| example1b.lb_new = np.array([0.0, -1.0]) |
|
| example1b.numRefinementSteps |
|
| example1b.nWSR = np.array([10]) |
|
| example1b.options = Options() |
|
| example1b.ub = np.array([5.0, 2.0 ]) |
|
| example1b.ub_new = np.array([5.0, -0.5]) |
|
| example1b.xOpt = np.zeros(2) |
|