mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Changed the default value of use_raw_nnue_eval. Updated a source code comment.
This commit is contained in:
@@ -133,10 +133,10 @@ double dest_score_max_value = 1.0;
|
|||||||
// probabilities in the trainer. Sometimes we want to use the winning probabilities in the training
|
// probabilities in the trainer. Sometimes we want to use the winning probabilities in the training
|
||||||
// data directly. In those cases, we set false to this variable.
|
// data directly. In those cases, we set false to this variable.
|
||||||
bool convert_teacher_signal_to_winning_probability = true;
|
bool convert_teacher_signal_to_winning_probability = true;
|
||||||
// Enable hybrid eval. If hybrid eval is enabled, training data generation and
|
// Use raw NNUE eval value in the Eval::evaluate(). If hybrid eval is enabled, training data
|
||||||
// training don't work well.
|
// generation and training don't work well.
|
||||||
// https://discordapp.com/channels/435943710472011776/733545871911813221/748524079761326192
|
// https://discordapp.com/channels/435943710472011776/733545871911813221/748524079761326192
|
||||||
bool use_raw_nnue_eval = false;
|
bool use_raw_nnue_eval = true;
|
||||||
|
|
||||||
// -----------------------------------
|
// -----------------------------------
|
||||||
// write phase file
|
// write phase file
|
||||||
|
|||||||
Reference in New Issue
Block a user