Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 399 Bytes

get_suisho5_nn

水匠5のソースコードに埋め込まれた評価関数テーブルをファイルに書き出します。

Usage

(cd 水匠5; unrar e source.rar) && \
g++ -O2 get_suisho5_nn.cpp -o get_suisho5_nn && \
./get_suisho5_nn

suisho5_nn/nn.bin に書き出されます。

License

GPL v3.