Hyperparameter *maxTolerance* in the BoostAODE class is now in [1, 6] range (it was in [1, 4] range before)

This commit is contained in:
2025-01-23 00:56:18 +01:00
parent 64970cf7f7
commit b90e558238
4 changed files with 8 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ TEST_CASE("Oddities2", "[BoostA2DE]")
{ { "order", "duck" } },
{ { "select_features", "duck" } },
{ { "maxTolerance", 0 } },
{ { "maxTolerance", 5 } },
{ { "maxTolerance", 7 } },
};
for (const auto& hyper : bad_hyper.items()) {
INFO("BoostA2DE hyper: " + hyper.value().dump());