Page 1 of 3

Sting-sf-4 release

Posted: Wed Nov 27, 2013 2:53 pm
by lech
My project is to prove that chess engines, without a.i., are able to solve all positions and save a high level of play.
Sting is based on the open source code of Stockfish 211 only and holds on the ELO level.
As earlier, it is "one brain in one head" engine. It means to play and analyze in the same way, without tricks and parameters.
It corrects the version 3 and ends the problem of zugzwangs.
Now Sting can solve such an very difficult for engines position, quickly (dualcore - less than half hour).
[d]5K2/k4p1p/5p1p/1p3p2/bP6/1p6/1P5p/7B w - - bm Ke8(e7);
The next step: how to evoluate the value draw (fortress).
download (only Windows 32-bit exe): http://www.mediafire.com/download/h0b4d ... g-sf-4.zip

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 3:15 pm
by Matthias Gemuh
Danke schön !

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 5:25 pm
by Vinvin
I just tested with this position :
[d]8/8/4B3/6p1/7k/8/4pPKP/8 w - - 0 1
But as other engines, it doesn't find that 1.Bg4! is clearly stronger than 1.h3?
1.Bg4 e1Q 2.h3 -> draw !
1.h3 g4! -> 0-1 !
Thanks to you if you are able to correctly evaluate fortress !

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 6:43 pm
by Graham Banks
lech wrote:My project is to prove that chess engines, without a.i., are able to solve all positions and save a high level of play.
Sting is based on the open source code of Stockfish 211 only and holds on the ELO level.
As earlier, it is "one brain in one head" engine. It means to play and analyze in the same way, without tricks and parameters.
It corrects the version 3 and ends the problem of zugzwangs.
Now Sting can solve such an very difficult for engines position, quickly (dualcore - less than half hour).
[d]5K2/k4p1p/5p1p/1p3p2/bP6/1p6/1P5p/7B w - - bm Ke8(e7);
The next step: how to evoluate the value draw (fortress).
download (only Windows 32-bit exe): http://www.mediafire.com/download/h0b4d ... g-sf-4.zip
Thanks Marek.
Do you know if somebody is producing a 64-bit compile for you?

Regards,
Graham.

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 7:41 pm
by lech
Hi Graham, sorry but I can't do 64-bit version. It would be some misuse to ask Velmarin. :oops:

Hi Vincent, belive me the next version of Sting will find 1.Bg4!! and fortress in this position.
[d]8/8/4B3/6p1/7k/8/4pPKP/8 w - - 0 1

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 8:47 pm
by Kaj Soderberg
lech wrote:Hi Graham, sorry but I can't do 64-bit version. It would be some misuse to ask Velmarin. :oops:
Yeah, just as i'm reluctant to ask Julien for a Mac compile :wink:

Cheers,
Kaj

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 9:11 pm
by JuLieN
Kaj Soderberg wrote:
lech wrote:Hi Graham, sorry but I can't do 64-bit version. It would be some misuse to ask Velmarin. :oops:
Yeah, just as i'm reluctant to ask Julien for a Mac compile :wink:

Cheers,
Kaj
A what ? ;)

StingSF4-OSX.

Thanks Marek! :)

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 9:49 pm
by Kaj Soderberg
JuLieN wrote:
Kaj Soderberg wrote:
lech wrote:Hi Graham, sorry but I can't do 64-bit version. It would be some misuse to ask Velmarin. :oops:
Yeah, just as i'm reluctant to ask Julien for a Mac compile :wink:

Cheers,
Kaj
A what ? ;)

StingSF4-OSX.

Thanks Marek! :)
This must be some kind of a speedy compile world record or something, or some cosmic phenomenon. Thanks Marek and Marcel !
Kaj

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 10:03 pm
by Kaj Soderberg
Kaj Soderberg wrote:
JuLieN wrote:
Kaj Soderberg wrote:
lech wrote:Hi Graham, sorry but I can't do 64-bit version. It would be some misuse to ask Velmarin. :oops:
Yeah, just as i'm reluctant to ask Julien for a Mac compile :wink:

Cheers,
Kaj
A what ? ;)

StingSF4-OSX.

Thanks Marek! :)
This must be some kind of a speedy compile world record or something, or some cosmic phenomenon. Thanks Marek and Marcel !
Kaj
Oops, Marek and Marcel must have sounded too funny in my head.
I of course meant thanks to Marek and Julien !
Totally coincidental, but anyways...
Cheers, Kaj

Re: Sting-sf-4 release

Posted: Wed Nov 27, 2013 10:17 pm
by Ron Murawski
lech wrote:... sorry but I can't do 64-bit version... :oops:
Hi Marek,

The TDM-GCC compiler is a Windows 32-bit application that can produce 32 or 64-bit exe files. So there is no reason why you can't create a 64-bit version -- you just won't be able to run it.

TDM-GCC: http://tdm-gcc.tdragon.net/about

Ron