quantik-core 1.1.0

High-performance Quantik board game engine: bitboard state, QFEN notation, canonical symmetry-reduced keys, and minimax/MCTS/beam-search engines. Rust companion to the Python quantik-core package.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod beam_search;
pub mod bench;
pub mod bitboard;
pub mod board;
pub mod constants;
pub mod evaluation;
pub mod game;
pub mod mcts;
pub mod minimax;
pub mod moves;
pub mod opening_book;
pub mod qfen;
pub mod state;
pub mod symmetry;