mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
Merge branch 'master' into trainer
This commit is contained in:
@@ -38,13 +38,11 @@ namespace Eval {
|
||||
// The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
|
||||
// for the build process (profile-build and fishtest) to work. Do not change the
|
||||
// name of the macro, as it is used in the Makefile.
|
||||
#define EvalFileDefaultName "nn-82215d0fd0df.nnue"
|
||||
#define EvalFileDefaultName "nn.bin"
|
||||
|
||||
namespace NNUE {
|
||||
|
||||
Value evaluate(const Position& pos);
|
||||
Value compute_eval(const Position& pos);
|
||||
void update_eval(const Position& pos);
|
||||
bool load_eval(std::string streamName, std::istream& stream);
|
||||
|
||||
} // namespace NNUE
|
||||
|
||||
Reference in New Issue
Block a user