mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 13:17:12 +00:00
Replace the old loss/grad calculation completely.
This commit is contained in:
@@ -68,7 +68,6 @@ namespace Learner
|
||||
// Learning from the generated game record
|
||||
void learn(std::istringstream& is);
|
||||
|
||||
using CalcGradFunc = double(Value, Value, int, int);
|
||||
using CalcLossFunc = ValueWithGrad<double>(Value, Value, int, int);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user