Skip to content

Commit

Permalink
stupid rak
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed May 31, 2024
1 parent 6aff469 commit 86dcd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcts/policy.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use super::Node;
use ataxx::{BitBoard, Move, MoveStore};
use ataxx::{BitBoard, Move};

pub type Fn = fn(node: &Node, mov: Move) -> f64;

Expand Down

0 comments on commit 86dcd06

Please sign in to comment.