rshogi-core 0.2.0

A high-performance shogi engine core library with NNUE evaluation
Documentation
1
2
3
4
5
6
7
//! 探索モジュールのテスト

mod alpha_beta;
mod history_update;
mod multi_pv;
mod skill;
mod time_management;