Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjazzman committed Aug 31, 2024
1 parent ffe4988 commit e376064
Show file tree
Hide file tree
Showing 4 changed files with 1,373 additions and 1,882 deletions.
2 changes: 1 addition & 1 deletion quizx/examples/rand_ccz_stabrank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut alphas = vec![];
// let mut max_alpha: f64 = -1.0;

let depth = if qs > 50 { (depth + 200) >> 1 } else { depth };
let depth = if qs > 50 { depth + qs } else { depth };

// for depth in (1..60).step_by(3) {
depths.push(depth);
Expand Down
Loading

0 comments on commit e376064

Please sign in to comment.