Search found 4573 matches
- 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: 87
- Views: 2349
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: 5021
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: 5021
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: 408
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: 5021
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: 1724
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: 1547
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...
- Tue Mar 30, 2021 6:21 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Chess game similarity measure?
- Replies: 1
- Views: 374
Re: Chess game similarity measure?
I have a database of chess games in PGN format. My goal is to index them into a representation that I can search for similarity. For example, let's say I have 2 games in King's Indian and 1 game in Queen's Gambit Declined. Now, I have a new Queen's Gambit Accepted chess PGN game. The closest in the...
- Tue Mar 30, 2021 5:57 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: nnue-trainer
- Replies: 10
- Views: 1724
Re: nnue-trainer
I am doing some experiments with https://github.com/bmdanielsson/nnue-trainer and have a couple of questions: 1. What's a typical number of positions for training and validation? 2. I am seeing that the objective values seem to go down with increasing training set size. For example, 5 million posit...