Skip to content

Commit

Permalink
Disable slatebot mode when analyzing
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenLohne committed Aug 17, 2024
1 parent 6827acd commit 873075b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ fn analyze_position<const S: usize>(position: &Position<S>) {
.arena_size(2_u32.pow(30) * 3)
.add_policy_params(<Position<S>>::policy_params(eval_komi))
.add_value_params(<Position<S>>::value_params(eval_komi))
.add_rollout_depth(1000)
// .add_rollout_depth(1000)
.exclude_moves(vec![]);
let start_time = time::Instant::now();

Expand Down

0 comments on commit 873075b

Please sign in to comment.