mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
[cluster] fill sendbuffer better
use a counter to track available elements. Some elo gain, on 4 ranks: Score of old-r4-1t vs new-r4-1t: 422 - 508 - 1694 [0.484] 2624 Elo difference: -11.39 +/- 7.90
This commit is contained in:
committed by
Stéphane Nicolet
parent
e526c5aa52
commit
ba1c639836
@@ -79,6 +79,7 @@ public:
|
||||
struct {
|
||||
Mutex mutex;
|
||||
Cluster::TTSendBuffer<Cluster::TTSendBufferSize> buffer = {};
|
||||
size_t counter = 0;
|
||||
} ttBuffer;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user