summaryrefslogtreecommitdiff
path: root/src/ctaklm.c
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-14 01:05:45 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitb75526290b97e26d3fc3bbefef79f50a7febfe7d (patch)
treef862f8ad499b73fd56026b5414c5f2ca20300872 /src/ctaklm.c
parent718b116c05ef36215f6c6db79a4013f26a96b985 (diff)
Seems tolerable, but not great. Still wont win or lose ???
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 e7d9960..fdeccc8 100644
--- a/src/ctaklm.c
+++ b/src/ctaklm.c
@@ -370,7 +370,7 @@ main(int argc, char **argv) {
fputs("]\033[26D",stdout);
fflush(stdout);
// Run the minimax
- float minimax = ct1986_minimax(0, 3, 0, -10, 10);
+ float minimax = ct1986_generate(2);
if (minimax < 0 || minimax > 1) {
puts("] Opponent concedes!");
} else {