N-tuple networks and learning from play
Row and column lookup tables, learned from a billion moves
A lookup-table evaluator that reads every full row and full column of the board as one pattern, learns its numbers by temporal-difference play on the Rust engine, and replaces the hand-written leaf inside the depth-3 fair search.
completed