Search found 354 matches
- Sat Nov 14, 2020 8:46 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: FGRL, 60 sec + 0.6 sec - 2. Dragon by Komodo Chess 1.0, 7. Komodo 14.1 MCTS, 10. SlowChess Blitz Classic 2.4
- Replies: 12
- Views: 2716
Re: FGRL, 60 sec + 0.6 sec - 2. Dragon by Komodo Chess 1.0, 7. Komodo 14.1 MCTS, 10. SlowChess Blitz Classic 2.4
Is this AVX2 thing only Ryzen? In my Intel tests bmi has been always the fastest version of SF NNUE! Every CPU that supports BMI2 supports AVX2. (except for maybe a few weird chips) BMI2 compiles are compiled with the assumption that the CPU will also be able to utilize AVX2 in mind. So if you're u...
- Sat Nov 14, 2020 7:27 am
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: FGRL, 60 sec + 0.6 sec - 2. Dragon by Komodo Chess 1.0, 7. Komodo 14.1 MCTS, 10. SlowChess Blitz Classic 2.4
- Replies: 12
- Views: 2716
Re: FGRL, 60 sec + 0.6 sec - 2. Dragon by Komodo Chess 1.0, 7. Komodo 14.1 MCTS, 10. SlowChess Blitz Classic 2.4
FGRL rating list - 60 sec + 0.6 sec Dragon by Komodo Chess 1.0 (New: 3462 ) Komodo 14.1 MCTS ( +-0 to Komodo 14 MCTS) SlowChess Blitz Classic 2.4 ( -8 to SlowChess Blitz Classic 2.3) http://www.fastgm.de Although the gain for Dragon over K14.1 in this list is 142 elo points, which sounds good, thre...
- Fri Nov 13, 2020 3:13 pm
- Forum: Computer Chess Club: General Topics
- Topic: Perfect chess engine elo ( 32 men TB) can be within 200 of Stocfish in Tcec LTC conditions
- Replies: 180
- Views: 21538
Re: Perfect chess engine elo ( 32 men TB) can be within 200 of Stocfish in Tcec LTC conditions
No! You can not prove this ever. Why do you think chess can be proven. What laws of physics do you live under. Your ignorance is profound. If you don't like this response then stop posting such nonsense. It's like I'm talking past you. I just said that I know I can't prove it and everyone knows we ...
- Fri Nov 06, 2020 3:18 pm
- Forum: Computer Chess Club: General Topics
- Topic: Perfect chess engine elo ( 32 men TB) can be within 200 of Stocfish in Tcec LTC conditions
- Replies: 180
- Views: 21538
Re: Perfect chess engine elo ( 32 men TB) can be within 200 of Stocfish in Tcec LTC conditions
To better predict the strength of (human) chess players than previous rating systems.Ozymandias wrote: ↑Fri Nov 06, 2020 2:00 pmThere isn't? What was the purpose of the Elo rating system as it was created?
- Fri Nov 06, 2020 1:55 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: FGRL, 60 sec + 0.6 sec - 4. Komodo 14.1
- Replies: 2
- Views: 867
- Tue Nov 03, 2020 9:07 am
- Forum: Computer Chess Club: General Topics
- Topic: Komodo 14.1 Release and Dragon Announcement
- Replies: 114
- Views: 18554
Re: Komodo 14.1 Release and Dragon Announcement
Komodo 14.1 Release and Dragon Announcement The improvement from Komodo 14.1 to Dragon is enormous, even larger than the gain Stockfish got from this NNUE idea. Strange. For ages the marketing line / general understanding is that SF has the better search, and Komodo the better EF. Don't believe mar...
- Sat Oct 24, 2020 11:45 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: NNUE Question - King Placements
- Replies: 38
- Views: 6736
Re: NNUE Question - King Placements
On the Lc0 discord somebody came along recently talking about GPL-defying clones and NNUE having brought a new revolution in computer Xiangqi too. I had an extremely hard time confirming it since Xiangqi literally translates to Chess so whenever I search I get a lot of links to Stockfish... But I've...
- Wed Oct 21, 2020 9:45 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How to scale stockfish NNUE score?
- Replies: 16
- Views: 2638
Re: How to scale stockfish NNUE score?
I am always getting excited when you're trying to implement engines for games other but chess. I'm just wondering what motivates you? I mean usually people developing one engine for years and it's difficult to master chess programming at a decent level... But you're trying many other games! This is...
- Wed Oct 21, 2020 9:42 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: NNUE incredibly poor endgame performance
- Replies: 10
- Views: 1780
Re: NNUE incredibly poor endgame performance
Simple mating is a search task. I wouldn't blame the evaluation not finding a mate. Andreas Mostly, but SF for example has some very simple heuristics to aid in finding the mate in such situations. (Like KRvK and KQvK endgames) And if you replace the whole eval with NNUE you also throw away those h...
- Thu Oct 15, 2020 2:07 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: The Inferno Thread, part II
- Replies: 10
- Views: 2496
Re: The Inferno Thread, part II
Thanks for the information, great to hear it's still being worked on.
Hope it all works out in the end.
Hope it all works out in the end.