diff options
| author | tslil <tslil@posteo.de> | 2021-01-12 15:51:48 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | a96ec5a74093eb800d14e143b81302d3e0905b85 (patch) | |
| tree | e555252fe9003b8bb0ae648e031c0fe90d8e72bc /include/ct1975.h | |
| parent | 67dd4ba3a9adc6a9db8eb543480e9e82310eeccb (diff) | |
one output (of course), Pade approximant of logistic for activation
Diffstat (limited to 'include/ct1975.h')
| -rw-r--r-- | include/ct1975.h | 6 |
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); |
