Skip to content

Commit

Permalink
Restore trego default config
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Sep 30, 2024
1 parent d9d8ef5 commit 00b7622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ego/src/solver/egor_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub(crate) struct TregoConfig {
impl Default for TregoConfig {
fn default() -> Self {
TregoConfig {
activated: false,
activated: true,
n_local_steps: 4,
d: (1e-6, 1.),
beta: 0.9,
Expand Down

0 comments on commit 00b7622

Please sign in to comment.