Skip to content

Commit

Permalink
sat-bench -B 4553
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Sep 10, 2024
1 parent fa785ad commit 126322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ impl SolveIF for Solver {
if let Some(new_segment) = next_stage {
// a beginning of a new cycle
if cfg!(feature = "reward_annealing") {
const SLOP: f64 = 8.0;
const SLOP: f64 = 2.0;
let stm = &state.stm;
// let sigma = |x: f64| 1.0 / (1.0 + (-x).exp());
let sgm = |x: f64| x / (1.0 + x.abs());
Expand Down

0 comments on commit 126322e

Please sign in to comment.