Skip to content

Commit

Permalink
Remove "Use_Uncertainty" for now
Browse files Browse the repository at this point in the history
  • Loading branch information
QueensGambit committed May 16, 2023
1 parent 9f0f077 commit 902bc5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/src/uci/crazyara.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ void CrazyAra::init_search_settings()
}
searchSettings.reuseTree = Options["Reuse_Tree"];
searchSettings.mctsSolver = Options["MCTS_Solver"];
searchSettings.useUncertainty = Options["Use_Uncertainty"];
}

void CrazyAra::init_play_settings()
Expand Down

0 comments on commit 902bc5e

Please sign in to comment.