mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08:00
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
This commit is contained in:
committed by
Joost VandeVondele
parent
b1c8840f10
commit
ca250e969c
@@ -45,6 +45,7 @@ namespace Eval {
|
||||
Value evaluate(const Position& pos);
|
||||
bool load_eval(std::string name, std::istream& stream);
|
||||
void init();
|
||||
void export_net();
|
||||
void verify();
|
||||
|
||||
} // namespace NNUE
|
||||
|
||||
Reference in New Issue
Block a user