mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Add one more empty line between progress reports.
This commit is contained in:
@@ -903,6 +903,10 @@ 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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user