
Search found 4575 matches
- Fri Apr 16, 2021 8:27 am
- Forum: Computer Chess Club: General Topics
- Topic: Elo+ (Elo calc) by Marcus Kästner available!
- Replies: 2
- Views: 90
Re: Elo+ (Elo calc) by Marcus Kästner available!
Nice tool. Thanks for sharing. I have question and suggestion in the image.


- Thu Apr 15, 2021 12:26 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Missing input in ponder
- Replies: 7
- Views: 108
Re: Missing input in ponder
I've tried my engine with cutechess-cli and ponder on and I've found a bug. These are the commands sent by cutechess: 111907 >Pedone(0): go ponder wtime 9675 btime 9833 winc 1000 binc 1000 111907 <stockfish(1): info depth 26 seldepth 30 multipv 1 score cp 0 nodes 1177874 nps 1280297 tbhits 0 time 9...
- Sat Apr 10, 2021 4:13 am
- Forum: Computer Chess Club: General Topics
- Topic: We are past the stage where the OS has become the virus
- Replies: 91
- Views: 2494
Re: We are past the stage where the OS has become the virus
It is not running on my w10 build 19042.906 (latest) and even on previous build.
- Fri Apr 09, 2021 7:11 pm
- Forum: Computer Chess Club: General Topics
- Topic: NNUE Research Project
- Replies: 61
- Views: 5151
Re: NNUE Research Project
Thanks for sharing. Do you have info what options were used to generate these bins? What stockfish version? I've been keep a record and will add the gensfens options sometime soon. Switched to a new configuration that is supposed to be base on the what the current best nnue nets have used as input....
- Wed Apr 07, 2021 6:39 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Would More Complex Classic Evals Improve NNUE Nets?
- Replies: 4
- Views: 275
Re: Would More Complex Classic Evals Improve NNUE Nets?
As we all know, the classic evaluation functions are a tradeoff between speed and accuracy but given that most NNUE nets are trained using fixed depth search results, speed would no longer be a factor. I was wondering if much more complex/accurate evaluation functions would result in stronger nets....
- Wed Apr 07, 2021 5:51 pm
- Forum: Computer Chess Club: General Topics
- Topic: NNUE Research Project
- Replies: 61
- Views: 5151
Re: NNUE Research Project
A format for training and validation files.Dann Corbit wrote: ↑Wed Apr 07, 2021 5:44 pmWhat is a binpack, exactly?jshriver wrote: ↑Tue Apr 06, 2021 2:14 amIf anyone is looking for a source of binpacks, I've been building and releasing them on one of my sites for download.
https://openchessdb.com/nnue.html
Just added 6.5 Billion more positions.
- Tue Apr 06, 2021 3:15 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Any good way to broadcast tournaments?
- Replies: 4
- Views: 437
Re: Any good way to broadcast tournaments?
I mainly use cutechess-cli for running tournaments. And I sure will love to see the progress from time to time even when I am not home. I was thinking maybe there is a way to broadcast ongoing tournaments. I thought about pgn2web, but unfortunately cutechess-cli only writes the PGN after the game i...
- Tue Apr 06, 2021 3:11 am
- Forum: Computer Chess Club: General Topics
- Topic: NNUE Research Project
- Replies: 61
- Views: 5151
Re: NNUE Research Project
If anyone is looking for a source of binpacks, I've been building and releasing them on one of my sites for download. https://openchessdb.com/nnue.html Just added 6.5 Billion more positions. Thanks for sharing. Do you have info what options were used to generate these bins? What stockfish version?
- Sat Apr 03, 2021 6:09 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: nnue-trainer
- Replies: 10
- Views: 1810
Re: nnue-trainer
I am aware of the random move options. Actually as I have posted before, the way gensfen does this seems to me unsound, because it will score the whole game with the ultimate result, even though a random move inserted in the middle can change the eval significantly, and so really then the previous ...
- Wed Mar 31, 2021 4:12 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: King safety evaluation
- Replies: 12
- Views: 1673
Re: King safety evaluation
Hi. During the last couple of days I've been struggling with writing a working king safety evaluation. Every time I try to test it against the oldest version of my engine it seems to either loose 30-60 elo or only gain a negligible 5-10 elo (as compared to the results of others's implementations th...