Search found 5 matches
- Sun Jan 06, 2019 12:39 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: What's the best Lazy SMP logic?
- Replies: 1
- Views: 377
What's the best Lazy SMP logic?
There are several approaches regarding parallel search with lazy smp: you can start every other thread with depth+1, increase the depth when the 50% of the threads are already searching at the same depth, skip some depths, randomize the move order, etc. I would like to know whether there is a genera...
- Sun Jan 06, 2019 12:29 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Syzygy probing code and Visual Studio
- Replies: 3
- Views: 518
Re: Syzygy probing code and Visual Studio
I got some errors when trying to compile it as C++ code. I've solved the problem by installing Clang. I can now compile without any issue.
Thank you.
Thank you.
- Tue Jan 01, 2019 8:07 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Syzygy probing code and Visual Studio
- Replies: 3
- Views: 518
Syzygy probing code and Visual Studio
I'd like to make my little engine probe the Syzygy bases and I've adapted the probing code found in Cfish (I guess it's the most updated one coming from Ronald supporting 7 pieces) but I can't compile it with Visual Studio 2017 because it is not compliant with the C11 standard revision and the probi...
- Tue Jul 10, 2018 9:23 pm
- Forum: Computer Chess Club: General Topics
- Topic: how will Leela fare at the WCCC?
- Replies: 176
- Views: 16878
how will Leela fare at the WCCC?
what's your opinion?
does anyone know what hardware will it run on?
does anyone know what hardware will it run on?
- Mon Jul 09, 2018 5:21 pm
- Forum: Computer Chess Club: General Topics
- Topic: Congratulate the Team of Stockfish!
- Replies: 7
- Views: 1717
Re: Congratulate the Team of Stockfish!
Congratulations. Great performace indeed.