summaryrefslogtreecommitdiff
path: root/src/strategy.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-10 16:46:26 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-10 16:46:26 +0200
commitd5272bb0f9d9df63e05c62b30ed43d6387437251 (patch)
treee8723091587221100db7d1936423d4d143f58d25 /src/strategy.rs
parent1d54d0825505b670ee8cc5f370088ae1a6ed3b5f (diff)
Passing score weightings in, so they can be more configurable
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 b6069a1..9c92ba5 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};
+pub use minimax::{choose_move, Node, ScoreConfig};