Go to the source code of this file.
Classes | |
class | test_box_qp.TestBoxQP |
Namespaces | |
test_box_qp | |
Functions | |
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") |
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) |
Variables | |
int | test_box_qp.NUM_TESTS = 1000 |