summaryrefslogtreecommitdiff
path: root/src/strategy.rs
blob: fce842bef1a669c5a18c3d91fc41c30dda24d6a5 (plain)
1
2
3
4
5
//mod mcts;
//pub use mcts::{choose_move, Node};

mod minimax;
pub use minimax::{choose_move, choose_move_with_normalized_perf, Node, ScoreConfig};