diff options
| author | tslil clingman <tslil@posteo.de> | 2023-01-21 19:30:45 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 0e81096d5ecb6027814e7aae10b461e774f96407 (patch) | |
| tree | 6cedfe4b3fad3770a5210f5e5d5ad205c17f4b0f /include/tak.h | |
| parent | cb2b78ced27fc7996ed11c3450f69138d7d1b61f (diff) | |
might as well enable size 6
Same network architecture, same training principle. Predictably this is
too slow.
Also statically allocate state in driver programmes.
Diffstat (limited to 'include/tak.h')
| -rw-r--r-- | include/tak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tak.h b/include/tak.h index 9f458f6..fc4de2a 100644 --- a/include/tak.h +++ b/include/tak.h @@ -55,7 +55,7 @@ typedef struct tak_state_s { enum WIN_TYPE won; enum COLOUR current_colour; uint8_t white_count, black_count, ply, board_size; -} * tak_state_p; +} *tak_state_p; #define NUM_SHIFT 4 #define NUM_MASK (0xF << NUM_SHIFT) // 0b11110000 |
