aboutsummaryrefslogtreecommitdiff
path: root/src/ctaklm.c
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-17 23:33:13 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit28e1df6d45fb04cbc5e25bd079098c9682ac8b0c (patch)
tree2c4166620b3babd078d003c7695307d4de94914c /src/ctaklm.c
parentb1d677fa134741527669b93a77810cf01dd34de5 (diff)
Opps, wrong stone
Diffstat (limited to 'src/ctaklm.c')
-rw-r--r--src/ctaklm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctaklm.c b/src/ctaklm.c
index d2208a0..443e1dc 100644
--- a/src/ctaklm.c
+++ b/src/ctaklm.c
@@ -320,7 +320,7 @@ ct1986_turn(const uint8_t max_depth) {
// Run the minimax
sum_depth = 0; num_check = 0;
float minimax = ct1986_generate(max_depth);
- printf("]\nChecked %.0f AvgD %.2f, ",
+ printf("] (%.0f, %.2f)\n",
num_check, sum_depth/num_check);
// Failed to find a move?
if ((minimax <= -infty && (ply & 1) == 1)