DiscoCheck 5.2 released

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Harvey Williamson, bob

Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
User avatar
lucasart
Posts: 2957
Joined: Mon May 31, 2010 11:29 am
Contact:

DiscoCheck 5.2 released

Post by lucasart » Sat Jan 11, 2014 11:38 am

Theory and practice sometimes clash. And when that happens, theory loses. Every single time.

User avatar
Mike S.
Posts: 1461
Joined: Thu Mar 09, 2006 4:33 am

Re: DiscoCheck 5.2 released

Post by Mike S. » Sat Jan 11, 2014 11:54 am

Never prune the first move.
Good idea! :mrgreen:
Regards, Mike

User avatar
mohzus
Posts: 106
Joined: Tue Sep 24, 2013 12:54 am

Re: DiscoCheck 5.2 released

Post by mohzus » Sat Jan 11, 2014 3:56 pm

Any chance to see Discocheck in the next nTCEC season? :)

User avatar
Graham Banks
Posts: 30733
Joined: Sun Feb 26, 2006 9:52 am
Location: Auckland, NZ

Re: DiscoCheck 5.2 released

Post by Graham Banks » Sat Jan 11, 2014 5:46 pm

Thanks. :)
My email addresses:
gbanksnz at gmail.com
gbanksnz at yahoo.co.nz

User avatar
lucasart
Posts: 2957
Joined: Mon May 31, 2010 11:29 am
Contact:

Re: DiscoCheck 5.2 released

Post by lucasart » Sun Jan 12, 2014 12:21 am

mohzus wrote:Any chance to see Discocheck in the next nTCEC season? :)
No. TCEC is only for SMP engines.
Theory and practice sometimes clash. And when that happens, theory loses. Every single time.

petero2
Posts: 560
Joined: Mon Apr 19, 2010 5:07 pm
Location: Sweden
Contact:

Re: DiscoCheck 5.2 released

Post by petero2 » Sun Jan 12, 2014 6:49 am

Very nice. I am currently watching DiscoCheck 5.2 crush Texel 1.02 on my linux test computers. +110 elo after 2526 games at time control 1s + 0.08s/move.

One small detail. The README.md file says:

Code: Select all

On Linux (or POSIX), with g++ installed, simply run `./make.sh` to compile.
However, you need to specify the executable name or else the compiler gives lots of errors:

Code: Select all

./make.sh dc52

User avatar
lucasart
Posts: 2957
Joined: Mon May 31, 2010 11:29 am
Contact:

Re: DiscoCheck 5.2 released

Post by lucasart » Sun Jan 12, 2014 7:13 am

petero2 wrote:
Very nice. I am currently watching DiscoCheck 5.2 crush Texel 1.02 on my linux test computers. +110 elo after 2526 games at time control 1s + 0.08s/move.
1"+0.08" is really fast! There is an UCI Option called "Time Buffer" in DiscoCheck. By default, I put it as 100ms, but for such time control, assuming you're using cutechess-cli (hence minimalistic lag), I would use Time Buffer=10. Perhaps you have a similar option in Texel, or maybe it's hardcoded. To compare apples and apples, makes sense to make sure they both use the same.
One small detail. The README.md file says:

Code: Select all

On Linux (or POSIX), with g++ installed, simply run `./make.sh` to compile.
However, you need to specify the executable name or else the compiler gives lots of errors:

Code: Select all

./make.sh dc52
Ah yes. I should probably just modify the script so that $1 becomes an optional parameter with a default value like './discocheck'.
Theory and practice sometimes clash. And when that happens, theory loses. Every single time.

petero2
Posts: 560
Joined: Mon Apr 19, 2010 5:07 pm
Location: Sweden
Contact:

Re: DiscoCheck 5.2 released

Post by petero2 » Sun Jan 12, 2014 8:36 am

lucasart wrote:
petero2 wrote:
Very nice. I am currently watching DiscoCheck 5.2 crush Texel 1.02 on my linux test computers. +110 elo after 2526 games at time control 1s + 0.08s/move.
1"+0.08" is really fast! There is an UCI Option called "Time Buffer" in DiscoCheck. By default, I put it as 100ms, but for such time control, assuming you're using cutechess-cli (hence minimalistic lag), I would use Time Buffer=10. Perhaps you have a similar option in Texel, or maybe it's hardcoded. To compare apples and apples, makes sense to make sure they both use the same.
Yes I use cutechess-cli. Texel has a hardcoded time buffer set to 1 second. Changing it to 0.1s gives about 30 extra elo points in self play at this time control.

I could make the time buffer a UCI option but I don't like the idea of people setting it too low and then complaining about texel losing on time. ;)

tmokonen
Posts: 901
Joined: Sun Mar 12, 2006 5:46 pm
Location: Vancouver

Re: DiscoCheck 5.2 released

Post by tmokonen » Mon Jan 13, 2014 4:03 am

I have made some 32 bit Windows compiles of DiscoCheck 5.2:

http://tmokonen.net84.net/DiscoCheck52x32TM.rar

User avatar
Sylwy
Posts: 3358
Joined: Fri Apr 21, 2006 2:19 pm
Location: IASI (Romania) - the historical capital of MOLDOVA

Re: The binaries need additional libraries to run !

Post by Sylwy » Mon Jan 13, 2014 7:11 am

tmokonen wrote:I have made some 32 bit Windows compiles of DiscoCheck 5.2:

http://tmokonen.net84.net/DiscoCheck52x32TM.rar
Hello, Maestro Tony !

THANK YOU, but under Win XP both binaries (DC 5.2 & M 1.0) need:

-libgcc_s_dw2-1.dll
-libstdc++6.dll
-& so on !

Regards,
SilvianR :wink:

Post Reply