-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
Description
tune relative importance of criteria- better piece-square tables
- arithmetic coding (https://www.reddit.com/r/chess/comments/83xmhl/lichess_developer_update_275_improved_game/dvlsijp/) or grouping symbols in the huffman code (https://lichess.org/forum/general-chess-discussion/blog-Wqa7GiAAAOIpBLoY?page=5#44) (<1%)
- use different huffman codes depending on the position (e.g. number of legal moves, or even game phase) (6%)
- try if ideas from https://lichess.org/@/marcusbuffett/blog/compressing-chess-moves-even-further-to-37-bits-per-move/YgugQc42 generalize to non-openings
- use padding instead of storing ply count
Reactions are currently unavailable