found on http://www.chessdom.com/breaking-leela- ... season-12/.
Nice promo for the project!
Search found 13 matches
- Wed Apr 18, 2018 5:49 am
- Forum: Computer Chess Club: General Topics
- Topic: Leela Chess Zero enters TCEC Season 12 Div 4
- Replies: 12
- Views: 3395
- Mon Feb 13, 2017 8:04 am
- Forum: Computer Chess Club: General Topics
- Topic: A new version of Scid is available [4.6.4]
- Replies: 30
- Views: 9705
Re: A new version of Scid is available [4.6.4]
Please, don't let us guess the numbers! Tell us your setup.
- Sat Feb 11, 2017 6:07 pm
- Forum: Computer Chess Club: General Topics
- Topic: A new version of Scid is available [4.6.4]
- Replies: 30
- Views: 9705
Re: A new version of Scid is available [4.6.4]
Are you using Scid on an an Fat32 file system? that would explain the problem.
- Tue Apr 30, 2013 7:27 pm
- Forum: Computer Chess Club: General Topics
- Topic: Stockfish 3 Official JA Windows/Linux builds available
- Replies: 71
- Views: 30553
Re: Stockfish 3 Official JA Windows/Linux builds available
Thanks Jim! My question: Sholdn't the popcnt build run faster than the standard build? Bench on my Athlon II: Stockfish 3 64 JA Total time <ms> : 3662 Nodes searched : 4176431 Nodes/second : 1140478 Stockfish 3 64 popcnt JA Total time <ms> : 4279 Nodes searched : 4176431 Nodes/second : 976029 Michael.
- Tue Aug 23, 2011 8:14 am
- Forum: Computer Chess Club: General Topics
- Topic: Nolot #9
- Replies: 4
- Views: 1136
Re: Nolot #9
After 3...gxf6 4.gxf6 Nxd3!! 5.Rxd3 Bxd3 6.Qxd3 Nxe5 7.Rxc8 Qa1+ 8.Qf1 Qxf1+ 9.Kxf1 Rxc8 10.fxe7 Ng6 11.Bd6 Kg7 12.Bb7 Rc1+ 13.Ke2 Nxe7 14.Kd2 Rf1 15.Be5+ f6 16.Bxd4 a4 17.Bc5 Nd5 18.Ba8 a3 19.bxa3 bxa3 20.Bxd5 exd5 21.Bxa3 Rxf2+ and Black has a large advantage. This line seems to be wrong: (1. Ng5...
- Mon Dec 14, 2009 9:35 am
- Forum: Computer Chess Club: General Topics
- Topic: Crafty 23.1 scaling problem on Nehalem octa
- Replies: 64
- Views: 13521
Re: Crafty 23.1 scaling problem on Nehalem octa
Yes, Crafty knows how to aquire local memory on Linux and Co. But there is Windows specific code in utility.c lines 2690-2886 which kicks in here. It goes deep into the thread concept of Windows. If so, why does it say it is NUMA? That is AMD only if I am correct. To my understanding (Windows) Numa ...
- Tue Nov 24, 2009 8:58 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Crafty 23.1 (JA) oddities
- Replies: 29
- Views: 4440
Re: Crafty 23.1 (JA) oddities
Most likely you're using the UCI version of Jim's Crafty build which done via the Wb2Uci adapter. It has an option WhiteScore which is false by default. Either add to the Wb2Uci.eng file or check WhiteScore in the UCI options dialogue of your GUI.
Hope it helps.
Code: Select all
WhiteScore=true
Hope it helps.
- Tue Mar 24, 2009 7:59 pm
- Forum: Computer Chess Club: General Topics
- Topic: Engine updates after CCT11
- Replies: 4
- Views: 1062
Engine updates after CCT11
Hi! So far I saw the following updates after the CCT11: A: Arasan 10.3 by John Dart http://www.arasanchess.org/ B: Bright 0.4a by Allard Siemelink http://members.ziggo.nl/allard.siemelink/bright/ C: Crafty 23.0 by Robert Haytt ftp://ftp.cis.uab.edu/pub/hyatt/ A big thank you to all the authors.
- Fri Nov 28, 2008 1:17 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Problems with Crafty's "pers load" command
- Replies: 2
- Views: 963
Problems with Crafty's "pers load" command
Hello! I just wanted to experiment with crafty's personality feature and ran in subsequent crashes under Windows :( It was reproducible with the following command sequence: pers save t pers load t In option.c found this glitch: Print(128, "Loading personality file %s\n", filename); if ((...
- Mon Nov 17, 2008 4:12 pm
- Forum: Computer Chess Club: General Topics
- Topic: Crafty-22.2 is available
- Replies: 68
- Views: 11711
Re: Crafty-22.2 is available
Hi crafty fans, same problem on vista ultimate 64 after typing "go" or "analyze". At least i get: "Fatal Exception: c0000005" from vista. Wb2Uci works quite fine (First long game first draw against Hoshad with rybka on playchess). Congrats to Robert "Bob" Hyatt and the whole Crafty team for this fin...