ref: dbd7bdf80e36aaa1e0b28d68c8a2e5a17c5489ea
parent: f28af5688c3c3516fa2fa537bd0b79cabe4af665
author: zamfofex <zamfofex@twdb.moe>
date: Wed Oct 11 13:06:35 EDT 2023
remove debugging information (oops)
--- a/search.c
+++ b/search.c
@@ -102,8 +102,6 @@
for (move = moves ; move->piece != moonfish_outside ; move++)
{- char s[10];
-
moonfish_play(ctx, move);
if (!moonfish_validate(ctx))
@@ -114,9 +112,6 @@
score = -moonfish_search(ctx, -10 * moonfish_omega, 10 * moonfish_omega, 3);
moonfish_unplay(ctx, move);
-
- moonfish_to_uci(s, move, ctx->white);
- printf("%s %d\n", s, score);if (score > best_score)
{--
⑨