]> git.sesse.net Git - stockfish/commit
Add an UCI level command "export_net".
authorTomasz Sobczyk <tomasz.sobczyk1997@gmail.com>
Sun, 2 May 2021 16:50:09 +0000 (18:50 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 7 May 2021 07:45:08 +0000 (09:45 +0200)
commitca250e969c9d235b2d8be1d5d088b8834aa374b9
tree2333b1263744f3ec1504de7378d168d55bc4dbd6
parentb1c8840f104d4d36b3f9a420b8b26a5e94c6dc18
Add an UCI level command "export_net".

This command writes the embedded net to the file `EvalFileDefaultName`.
If there is no embedded net the command does nothing.

fixes #3453

closes https://github.com/official-stockfish/Stockfish/pull/3454

No functional change
README.md
src/evaluate.cpp
src/evaluate.h
src/uci.cpp