<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ctak/src, branch action_list_caching</title>
<subtitle>An implementation of Tak and a computer opponent in C</subtitle>
<id>https://git.l-3.space/ctak/atom?h=action_list_caching</id>
<link rel='self' href='https://git.l-3.space/ctak/atom?h=action_list_caching'/>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/'/>
<updated>2026-08-28T18:37:41Z</updated>
<entry>
<title>Rename ct_k -&gt; ct, IANAL but ...</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-02-05T21:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=ce09b6d94ac3dbf426e959b14fd7731001a003d1'/>
<id>urn:sha1:ce09b6d94ac3dbf426e959b14fd7731001a003d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small typo in generated output for weights</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil clingman</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-02-05T21:37:32Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=5bc1e056412cb7d96831ab7ae32842c166b38436'/>
<id>urn:sha1:5bc1e056412cb7d96831ab7ae32842c166b38436</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct line clearing behaviour, EXIT_FAILURE &lt;~ -1</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil clingman</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-02-05T21:24:39Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=fb99bf2cf28fe236ef06c5df30d6b8cbfad9897e'/>
<id>urn:sha1:fb99bf2cf28fe236ef06c5df30d6b8cbfad9897e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed binaries</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil clingman</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-02-05T19:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=5c475a552dbf16589d212bc7de7ed526b47aad08'/>
<id>urn:sha1:5c475a552dbf16589d212bc7de7ed526b47aad08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TEI interface working!</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil clingman</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-02-03T00:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=40c6b1dafab4de169bac8a799e7953e85061218e'/>
<id>urn:sha1:40c6b1dafab4de169bac8a799e7953e85061218e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tried some naive iterative deepening. Work on TEI interface next</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil clingman</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-02-02T02:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=11956b2e940f5e1839efab187d898092e819a766'/>
<id>urn:sha1:11956b2e940f5e1839efab187d898092e819a766</id>
<content type='text'>
If TEI is implemented, then i could make use of Morten's
racetrack (https://github.com/MortenLohne/racetrack) and develop a
quantitative measure of the bot's performance. This is the current
priority.
</content>
</entry>
<entry>
<title>Just some #weightgoals ;)</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil clingman</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-02-01T04:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=328c8d1e3094a942d6a2edd933c9cc4ab09daab1'/>
<id>urn:sha1:328c8d1e3094a942d6a2edd933c9cc4ab09daab1</id>
<content type='text'>
It turns out that while i was training on a 0/1 classification
problem, i was using 2*eval - 1. Training using this function instead,
and on bot-dominated game choices (chosen_player in extract.sh) seems
to have given a better evaluation function. At the least, Morten's
swindle doesn't work anymore.
</content>
</entry>
<entry>
<title>Fairly important bug fixes to lcdlib, LCD now echoes input!</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil clingman</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-01-31T20:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=399d90f1b94717aa0ca5abb1dc43bdb6f4160d13'/>
<id>urn:sha1:399d90f1b94717aa0ca5abb1dc43bdb6f4160d13</id>
<content type='text'>
Input polling without line-buffering is done using ncurses, so the
buildroot configuration had to change accordingly to include that
library.

The Makefile changed to accommodate stand-alone building of ct1986 and
to include -lcurses where appropriate. There were also some typos
about copying ct1986 and ctaklm to the correct directories.
</content>
</entry>
<entry>
<title>Purged uninteresting statistics</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-01-29T22:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=bda3a7edb76c9fe3dc21cbe5a0836829b705b407'/>
<id>urn:sha1:bda3a7edb76c9fe3dc21cbe5a0836829b705b407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Syntax errors, small tweak to training data generation</title>
<updated>2026-08-28T18:37:41Z</updated>
<author>
<name>tslil clingman</name>
<email>tslil@posteo.de</email>
</author>
<published>2021-01-29T19:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/ctak/commit/?id=fcface1079b1c44c7ccca3d117c698347c978f20'/>
<id>urn:sha1:fcface1079b1c44c7ccca3d117c698347c978f20</id>
<content type='text'>
</content>
</entry>
</feed>
