alpha beta pruning
This commit is contained in:
parent
a18f22bcc5
commit
e62ed41521
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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: {}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue