mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Move the extra new line to after check health.
This commit is contained in:
@@ -903,10 +903,6 @@ namespace Learner
|
|||||||
<< " , learn_entropy = " << learn_sum_entropy / done
|
<< " , learn_entropy = " << learn_sum_entropy / done
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bigger space between progress reports so that they can be more
|
|
||||||
// easly disinguished. Looking for timestamps is hard.
|
|
||||||
cout << endl;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -349,7 +349,7 @@ namespace Eval::NNUE {
|
|||||||
|
|
||||||
std::cout << "INFO: largest min activation = " << largest_min_activation
|
std::cout << "INFO: largest min activation = " << largest_min_activation
|
||||||
<< ", smallest max activation = " << smallest_max_activation
|
<< ", smallest max activation = " << smallest_max_activation
|
||||||
<< std::endl;
|
<< std::endl << std::endl;
|
||||||
|
|
||||||
std::fill(std::begin(min_activations_), std::end(min_activations_),
|
std::fill(std::begin(min_activations_), std::end(min_activations_),
|
||||||
std::numeric_limits<LearnFloatType>::max());
|
std::numeric_limits<LearnFloatType>::max());
|
||||||
|
|||||||
Reference in New Issue
Block a user