diff --git a/progress_tracking/progress.xlsx b/progress_tracking/progress.xlsx index 6e36890..39ffe30 100644 Binary files a/progress_tracking/progress.xlsx and b/progress_tracking/progress.xlsx differ diff --git a/src/engine.rs b/src/engine.rs index 00e0e98..2d7c882 100644 --- a/src/engine.rs +++ b/src/engine.rs @@ -16,8 +16,7 @@ impl Engine { // Use the standard starting position let board = Board::from_fen("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"); - // Create TT with 64 MB - let tt = TranspositionTable::new(64); + let tt = TranspositionTable::new(4096); Engine { name,