Classes | |
| class | TestBoxQP |
Functions | |
| def | check_boxqp_vs_scipy (H, q, b_low, b_high, x_init, threshold_step_acceptance=0.1, max_iterations=100, threshold_gradient_tolerance=1e-5, regularization=1e-12, scipy_method="TNC") |
| def | check_boxqp_vs_scipy_impl (H, q, b_low, b_high, x_init, threshold_step_acceptance=0.1, max_iterations=100, threshold_gradient_tolerance=1e-5, regularization=0, scipy_method="TNC", box_qp=exo.box_qp) |
Variables | |
| int | NUM_TESTS = 1000 |
| def test_box_qp.check_boxqp_vs_scipy | ( | H, | |
| q, | |||
| b_low, | |||
| b_high, | |||
| x_init, | |||
threshold_step_acceptance = 0.1, |
|||
max_iterations = 100, |
|||
threshold_gradient_tolerance = 1e-5, |
|||
regularization = 1e-12, |
|||
scipy_method = "TNC" |
|||
| ) |
Definition at line 21 of file test_box_qp.py.
| def test_box_qp.check_boxqp_vs_scipy_impl | ( | H, | |
| q, | |||
| b_low, | |||
| b_high, | |||
| x_init, | |||
threshold_step_acceptance = 0.1, |
|||
max_iterations = 100, |
|||
threshold_gradient_tolerance = 1e-5, |
|||
regularization = 0, |
|||
scipy_method = "TNC", |
|||
box_qp = exo.box_qp |
|||
| ) |
Definition at line 62 of file test_box_qp.py.
| int test_box_qp.NUM_TESTS = 1000 |
Definition at line 7 of file test_box_qp.py.