mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08: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
|
||||
<< endl;
|
||||
}
|
||||
|
||||
// Bigger space between progress reports so that they can be more
|
||||
// easly disinguished. Looking for timestamps is hard.
|
||||
cout << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user