| 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 | } |
nothing calls this directly
no test coverage detected