Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2021-07-05 00:00:00Z and 2021-07-06 00:00:00Z
Stockfish 8 actually won games against Alpha Zero. But Stockfish 11 (which is still classical evaluation engine with no neural net support) totally decimates Stockfish 8, and Stockfish 13 (which uses neural net) totally decimates Stockfish 11. Stockfish 14 just got 30 elo points stronger than 13.
>
As it stands now, Stockfish 14 is the strongest chess entity humanity has ever seen.
The NNUE evaluation was first introduced in shogi, and ported to Stockfish afterward. It can be evaluated efficiently on CPUs, and exploits the fact that only parts of the neural network need to be updated after a typical chess move. The nodchip repository provides additional tools to train and develop the NNUE networks. On CPUs supporting modern vector instructions (avx2 and similar), the NNUE evaluation results in much stronger playing strength, even if the nodes per second computed by the engine is somewhat lower (roughly 80% of nps is typical).
I dont understand why it got changed in the first place
17:25
LAN uses the old protocol which works just fine, I can send 75/128 and it doesnt fail, even with a list of only 64 players (clan, name, country, score...)
17:26
numclients and numplayers are affected, they just have to get their old value back, the one that comes directly from the server not by making an own one in the client by counting. Thats a bad idea anyways i think
fokkonaut
I dont understand why it got changed in the first place
Hi everyone. Is there a source for the generator of https://master1.ddnet.tw/ddnet/15/servers.json ?
After update to 15.5.4 the client shows 16 as hard players limit on some mod server (the server based on some old 64 players support from ddrace).
My InfclassR (195.123.214.91:8303). After the update I've got complains about "I couldn't join the server because it was full 16/16". The persons didn't even try to connect (the connection works just fine).
Hmm, probably I need to tune the work with masterservers...
Maybe I'll understand the issue tomorrow, but any extra clue would be helpful.