alpha beta pruning

This commit is contained in:
Moritz 2025-11-17 08:26:06 +01:00
parent bc4d1dc865
commit a18f22bcc5

View file

@ -45,7 +45,7 @@ fn main() {
// Calculate duration
let duration = start_time.elapsed();
// Check if the test exceeded the time limit
// Check if the test exceeded the time limit.
if duration > time_limit {
panic!(
"Test exceeded 1 second limit: {:?} for FEN: {}",