summaryrefslogtreecommitdiff
path: root/src/strategy.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-10 18:15:35 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-10 18:15:35 +0200
commitec14a947f4c74f48cfedcd4d903fc14c0958aa98 (patch)
treec457cb0af9e80f06ede8b73651635c91e5fa9f14 /src/strategy.rs
parentd5272bb0f9d9df63e05c62b30ed43d6387437251 (diff)
Removed dead half-written pruning code
Diffstat (limited to 'src/strategy.rs')
-rw-r--r--src/strategy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strategy.rs b/src/strategy.rs
index 9c92ba5..fce842b 100644
--- a/src/strategy.rs
+++ b/src/strategy.rs
@@ -2,4 +2,4 @@
//pub use mcts::{choose_move, Node};
mod minimax;
-pub use minimax::{choose_move, Node, ScoreConfig};
+pub use minimax::{choose_move, choose_move_with_normalized_perf, Node, ScoreConfig};