Merged uci parse logic.

This commit is contained in:
Hisayori Noda
2019-06-18 21:19:51 +09:00
parent f58d616198
commit 24576d77ab
2 changed files with 35 additions and 1 deletions

View File

@@ -989,6 +989,6 @@ void update_weights(uint64_t epoch, const std::array<bool, 4> & freeze) {}
void init_grad(double eta1, uint64_t eta_epoch, double eta2, uint64_t eta2_epoch, double eta3) {}
void add_grad(Position& pos, Color rootColor, double delt_grad, const std::array<bool, 4> & freeze) {}
void save_eval(std::string suffix) {}
double get_eta() {}
double get_eta() { return 0.0; }
}
#endif // defined(EVAL_NNUE)