Search found 3078 matches
- Sat Apr 17, 2021 8:26 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: OpenBench question
- Replies: 5
- Views: 357
Re: OpenBench question
I shuffled the 1.8 million positions and split them into 18 parts of 100,000. Download - http://rebel13.nl/dump/noob.7z Pick a set, test it sequential. Pick another set, test it sequential and compare if results match better. I did both, first: - 10,000 games random , 10 times divided over 2 PC's. ...
- Fri Apr 16, 2021 8:58 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: PST-only Evaluation for MinimalChess 0.4
- Replies: 28
- Views: 838
Re: PST-only Evaluation for MinimalChess 0.4
Thanks for your work and for sharing it. It is quite amazing! I'm still not a believer in theory that static PSTs are superior to dynamic algorithmic created PST's, before every search. It is my current goal for my new engine to do tuning of dynamically created PSTs during search by using a portion...
- Thu Apr 15, 2021 8:54 pm
- Forum: Computer Chess Club: General Topics
- Topic: Knowledge Base 1.0
- Replies: 9
- Views: 478
Re: Knowledge Base 1.0
I think I have about 25 million analyzed Stockfish 13 (opening) positions in EPD format. It looks like this: r2r2k1/ppp1nppp/3p1q2/8/2N1PP2/2P2Q2/PP4PP/R4RK1 b - - bm d5; ce -3; acd 20; 1r2k2r/p1pqbppp/5n2/3p4/8/8/PPP1QPPP/RNB1R1K1 b k - bm O-O; ce 85; acd 20; 2krr3/p1pp2pp/b1pb1n2/R7/2P4P/PqN1B3/1...
- Thu Apr 15, 2021 5:51 am
- Forum: Computer Chess Club: General Topics
- Topic: Knowledge Base 1.0
- Replies: 9
- Views: 478
Re: Knowledge Base 1.0
Knowledge Base 1.0 is the work of months carefully building a quality Polyglot database with analyzed positions by top engines, mainly by Stockfish 12 and Stockfish 13 covering about 95% of the general opening theory. The estimated total computer time roughly is about 8 years 24/7 single cpu time l...
- Thu Apr 15, 2021 5:37 am
- Forum: Computer Chess Club: General Topics
- Topic: Knowledge Base 1.0
- Replies: 9
- Views: 478
Re: Knowledge Base 1.0
Wow this is awesome. Is there a way to query this database? I'm not familiar with Polyglot. I'm building a similar database with Stockfish 13 and storing the evaluations in a MongoDB database. This would make a great resource for training neural networks. Maybe consider making it available through ...
- Wed Apr 14, 2021 7:30 pm
- Forum: Computer Chess Club: General Topics
- Topic: Knowledge Base 1.0
- Replies: 9
- Views: 478
Knowledge Base 1.0
Knowledge Base 1.0 is the work of months carefully building a quality Polyglot database with analyzed positions by top engines, mainly by Stockfish 12 and Stockfish 13 covering about 95% of the general opening theory. The estimated total computer time roughly is about 8 years 24/7 single cpu time l...
- Wed Apr 14, 2021 6:26 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: OpenBench question
- Replies: 5
- Views: 357
Re: OpenBench question
Opening selection is randomly. Which does mean lots of duplicate openings get played in the long run. I have never tested what you proposed. Really you need two sets of tests: 1. First play a set of N games between two engines using the same openings, 5 times. 2. Then play a set of N randomly selec...
- Tue Apr 13, 2021 9:38 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: OpenBench question
- Replies: 5
- Views: 357
Re: OpenBench question
Random seems to me the best option indeed as I noticed that sequential chunks are from the same game. OTOH, since matches are not equal regarding the openings, has it been tried to run the same match of (say) 20,000 games between Ethereal and Rubichess 4-5 times and that the results are about equal?
- Tue Apr 13, 2021 9:34 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: OpenBench question
- Replies: 5
- Views: 357
OpenBench question
I downloaded the 4moves_noob.pgn opening set, it contains 1.8 million [!] positions. What me wonder, when you start a match with this opening suite, are the distributed positions random or sequential?
- Sun Apr 11, 2021 7:51 pm
- Forum: Computer Chess Club: General Topics
- Topic: Refreshing opening suites
- Replies: 2
- Views: 231
Refreshing opening suites
From time to time it's handy (and with extensive use maybe even necessary) to refresh the opening suite(s) one is using for eng-eng testing. I have written a small util that just does that. It rests on the assumption that grandmasters above 2600 or 2700 elo don't make big mistakes in the first 10 mo...