aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/grossmeister/search.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grossmeister/search.rs b/src/grossmeister/search.rs
index 6b2048d..281352e 100644
--- a/src/grossmeister/search.rs
+++ b/src/grossmeister/search.rs
@@ -214,6 +214,7 @@ impl Grossmeister {
let mut root_killers: Vec<Move> = Vec::new();
while depth <= max_depth {
+ println!("info hashfull {}", 1000 * self.transposition_table.iter().filter(|item| item.is_some()).count() / self.transposition_table.len());
println!("info depth {}", depth);
if self.debug {
println!("info string window {:?}", (alpha, beta));