summaryrefslogtreecommitdiff
path: root/src/strategy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/strategy.rs')
-rw-r--r--src/strategy.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/strategy.rs b/src/strategy.rs
deleted file mode 100644
index fce842b..0000000
--- a/src/strategy.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-//mod mcts;
-//pub use mcts::{choose_move, Node};
-
-mod minimax;
-pub use minimax::{choose_move, choose_move_with_normalized_perf, Node, ScoreConfig};