Add TT cutoffs

This commit is contained in:
stefiosif
2025-01-26 23:58:44 +02:00
parent 53beda7fe3
commit a01310c7b7
5 changed files with 71 additions and 32 deletions

View File

@@ -7,10 +7,7 @@ use crate::{
movegen::r#move::Move,
};
use super::{
negamax,
time::TimeInfo,
};
use super::{negamax, time::TimeInfo};
pub fn iterative_deepening(
game: &mut Game,