alpha beta pruning

This commit is contained in:
Moritz 2025-11-17 08:29:17 +01:00
parent a18f22bcc5
commit e62ed41521
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

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