Search found 59 matches
- Wed Dec 19, 2018 2:57 pm
- Forum: Computer Chess Club: General Topics
- Topic: Komodo 12.3 is out
- Replies: 76
- Views: 21151
Re: Komodo 12.3 is out
I had the same problem it seemed to happen anytime I tried to use a .bin book. Once i removed that .bin program seem to have no problems when I ran it as an administrator.
- Fri Nov 06, 2015 3:27 pm
- Forum: Computer Chess Club: General Topics
- Topic: Test position difficult for Komodo
- Replies: 15
- Views: 3827
Re: Test position difficult for Komodo
My Komodo 9.2 00:00:00.0 0.45 1 186 Nxe6 Bxe6 Bxe6 00:00:00.0 0.45 2 1011 Nxe6 Bxe6 Bxe6 00:00:00.0 -0.10 3 2758 Nxe6 Bxe6 Bxe6 Rad8 Qxb7 00:00:00.0 -0.10 4 5505 Nxe6 Bxe6 Bxe6 Rad8 Qxb7 00:00:00.0 -0.03 5 9385 Nxe6 00:00:00.0 0.10 5 10860 Nxe6 00:00:00.0 0.13 5 13598 Nxe6 Bxe6 Bxe6 Qxc5 Bb3 a4 00:0...
- Fri Jul 25, 2014 9:06 am
- Forum: Computer Chess Club: General Topics
- Topic: What is this ?
- Replies: 39
- Views: 16764
Re: What is this ? Toby Chess update!
How soon we forget, do a history search on tobychess and you will find what you are looking for .... You will see the post and the stories behind this program.
- Fri Mar 23, 2012 6:15 pm
- Forum: Computer Chess Club: General Topics
- Topic: $8000 to spend. 2 x E5-2687W, 16 real cores, 64Gb RAM
- Replies: 43
- Views: 10597
Re: $8000 to spend. 2 x E5-2687W, 16 real cores, 64Gb RAM
Wrong mother board SR-X is what you want by EVGA
- Tue Jan 17, 2012 3:25 pm
- Forum: Computer Chess Club: General Topics
- Topic: Where is Dann Corbit
- Replies: 32
- Views: 6968
Re: Where is Dann Corbit (Expected Response)
Typical response but, expected. This I know, some of you that post such useless comments can live 10 life times over and still cannot contribute as much to the world of computer chess as Dan did in one year. Your contributions are useless and will soon fall on death ears. It’s sad that I even respon...
- Tue Jan 17, 2012 8:50 am
- Forum: Computer Chess Club: General Topics
- Topic: Where is Dann Corbit
- Replies: 32
- Views: 6968
Hmmmmm
I assure you he is fine for those worried about him health wise. I guess when there is such negative energy around; we chose what we want and communicate to whom we wish. This life is too short to be worried by a few that don’t have a clue on how to carry on with intelligent conversation. Just becau...
- Fri Jan 13, 2012 12:41 am
- Forum: Computer Chess Club: General Topics
- Topic: A pawn endgame, easy for SF hard for others
- Replies: 15
- Views: 2720
Re: A pawn endgame, easy for SF hard for others
I have notice this about SF and think it is better than Houdini. I did a quick test for about 1 min on my system with my SF CLONE thats wasn't over clocked. As you can see SF s a beast. New game 6k1/p5p1/K6P/8/4p3/4p1p1/4P1P1/8 w - - 0 1 Analysis by CrazyChips 120112 64bit XEPO: (not overclocked) 1....
- Thu Jan 12, 2012 3:40 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Stockfish Code ( Piece Value's)
- Replies: 19
- Views: 7491
Re: Stockfish Code ( Piece Value's)
Have a game for you guys to check out evals. Win may be because of speed of system. It seems to me the end games are excellent coming from CC/SF. This clone has much more than just my piece value changes. Its a combination of the latest beta file's as well. Houdini 2.0c Pro x6 (2680) - CrazyChips (S...
- Thu Jan 12, 2012 2:19 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Stockfish Code ( Piece Value's)
- Replies: 19
- Views: 7491
Re: Stockfish Code ( Piece Value's)
Well Well a unbeliever, I base my beliefs on many games I played online via playchess. I have one of the fastest system on the server and can see things in a short time control that most can't. I am not a program but like to see if I can make improvements with things many think are impossible. Just ...
- Tue Jan 10, 2012 6:54 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Stockfish Code ( Piece Value's)
- Replies: 19
- Views: 7491
Re: Thank you very much. ( I got It)
New testing Values: const Value PawnValueMidgame = Value(0x0C6); const Value PawnValueEndgame = Value(0x102); const Value KnightValueMidgame = Value(0x331); const Value KnightValueEndgame = Value(0x34E); const Value BishopValueMidgame = Value(0x344); const Value BishopValueEndgame = Value(0x359); co...