summaryrefslogtreecommitdiff
path: root/include/ct1975.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-12 15:51:48 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commita96ec5a74093eb800d14e143b81302d3e0905b85 (patch)
treee555252fe9003b8bb0ae648e031c0fe90d8e72bc /include/ct1975.h
parent67dd4ba3a9adc6a9db8eb543480e9e82310eeccb (diff)
one output (of course), Pade approximant of logistic for activation
Diffstat (limited to 'include/ct1975.h')
-rw-r--r--include/ct1975.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ct1975.h b/include/ct1975.h
new file mode 100644
index 0000000..79c20d2
--- /dev/null
+++ b/include/ct1975.h
@@ -0,0 +1,6 @@
+#include <stdint.h>
+#include "tak.h"
+#include "weights.h"
+
+float
+evaluate_black_win(void);