Revert "fix(optimizer): Temporary fallback to the v0 strategy while the dag one is not fixed"

This reverts commit 98a799f807.
This commit is contained in:
Quentin Bourgerie
2022-09-01 14:13:38 +02:00
parent 30df69366d
commit b0743a9924

View File

@@ -26,7 +26,7 @@ struct Config {
std::uint64_t security;
double fallback_log_norm_woppbs;
};
constexpr Config DEFAULT_CONFIG = {P_ERROR_4_SIGMA, false, true,
constexpr Config DEFAULT_CONFIG = {P_ERROR_4_SIGMA, false, false,
DEFAULT_SECURITY,
DEFAULT_FALLBACK_LOG_NORM_WOPPBS};