Add TT cutoffs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user