MCPcopy Create free account
hub / github.com/davisking/dlib / perform_test

Method perform_test

dlib/test/optimization.cpp:1243–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241 {}
1242
1243 void perform_test (
1244 )
1245 {
1246 dlog << LINFO << "test_box_constrained_optimizers(bfgs_search_strategy())";
1247 test_box_constrained_optimizers(bfgs_search_strategy());
1248 dlog << LINFO << "test_box_constrained_optimizers(lbfgs_search_strategy(5))";
1249 test_box_constrained_optimizers(lbfgs_search_strategy(5));
1250 test_poly_min_extract_2nd();
1251 optimization_test();
1252 test_solve_trust_region_subproblem_bounded();
1253 test_find_min_single_variable();
1254 }
1255 } a;
1256
1257}

Callers

nothing calls this directly

Tested by

no test coverage detected