mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(optimizer): Temporary fallback to the v0 strategy while the dag one is not fixed
This commit is contained in:
@@ -26,7 +26,7 @@ struct Config {
|
||||
std::uint64_t security;
|
||||
double fallback_log_norm_woppbs;
|
||||
};
|
||||
constexpr Config DEFAULT_CONFIG = {P_ERROR_4_SIGMA, false, false,
|
||||
constexpr Config DEFAULT_CONFIG = {P_ERROR_4_SIGMA, false, true,
|
||||
DEFAULT_SECURITY,
|
||||
DEFAULT_FALLBACK_LOG_NORM_WOPPBS};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user