Reduce size of eval to i16

This commit is contained in:
stefiosif
2025-02-04 20:02:29 +02:00
parent 55056537f3
commit 908a87bd26
7 changed files with 21 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ fn log_depth_results(
seconds: u64,
nodes: u64,
nps: u64,
best_score: i32,
best_score: i16,
best_move: Option<Move>,
) -> Response {
Response::Info(format!(