Sungorus 1.0

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

Moderator: Ras

Christopher Conkie
Posts: 6074
Joined: Sat Apr 01, 2006 9:34 pm
Location: Scotland

Re: Sungorus 1.0

Post by Christopher Conkie »

Pablo Vazquez wrote:Hi,

I started working on a chess engine last summer but I stopped after 2 months. Now I have come back to chess programming and I have implemented the UCI protocol in my engine. It lacks a lot of features for now, but I have been playing some games with it against other engines and I didn't have any stability problems, so I decided to make a first release.

It comes with a linux 64-bit compile and the source. I hope someone can make windows compiles. I would be grateful if someone included my engine in their rating lists.

The site to download it is: http://sites.google.com/site/sungorus/

Thanks
Hi Pablo,

You should enter it in OpenWar which starts soon. See here......

http://www.open-aurec.com/chesswar/Open ... penwar.htm

Very nice btw

:)

Christopher
User avatar
Andres Valverde
Posts: 580
Joined: Sun Feb 18, 2007 11:07 pm
Location: Almeria. SPAIN
Full name: Andres Valverde Toresano

Re: Sungorus 1.0

Post by Andres Valverde »

Felicitaciones Pedro,

Bienvenido al mundillo :)
Saludos, Andres
Pablo Vazquez
Posts: 154
Joined: Thu May 31, 2007 9:05 pm
Location: Madrid, Spain

Re: Sungorus 1.0

Post by Pablo Vazquez »

Hi Christopher,

Thanks, I will.

Regards
Pablo Vazquez
Posts: 154
Joined: Thu May 31, 2007 9:05 pm
Location: Madrid, Spain

Re: Sungorus 1.0

Post by Pablo Vazquez »

Hola Andés,

Gracias. Por cierto, soy Pablo :D
Pablo Vazquez
Posts: 154
Joined: Thu May 31, 2007 9:05 pm
Location: Madrid, Spain

Re: Sungorus 1.0

Post by Pablo Vazquez »

Hi,

I have updated the package. Thanks everybody for the warm welcome.

Regards
User avatar
Andres Valverde
Posts: 580
Joined: Sun Feb 18, 2007 11:07 pm
Location: Almeria. SPAIN
Full name: Andres Valverde Toresano

Re: Sungorus 1.0

Post by Andres Valverde »

Pablo Vazquez wrote:Hola Andés,

Gracias. Por cierto, soy Pablo :D
ooops, sorry :)
Saludos, Andres
mcostalba
Posts: 2684
Joined: Sat Jun 14, 2008 9:17 pm

Re: Sungorus 1.0

Post by mcostalba »

Pablo Vazquez wrote:Hi,

Thanks Wael and Jim for the kind words and for the logo. I have a question for testers. I was wondering if limited depth per move, nodes per move or time per move are common in testing. I ask this because I don't want to bloat the code.

Currently, those time controls are commented out but I have no problem in including them if someone needs them for testing.

Thanks
Fixed depth searching is FUNDAMENTAL to verify a cleanup change or a change that should not change the functionality in any way, as example a simple optimization, actually does not change anything.

If searched nodes count is the same before and after the change then patch does not have hidden bugs. So you need search at fixed depth on a set of positions.

For Stockfish I use search at depth 13 on 16 positions, it is about 40M nodes.
User avatar
Graham Banks
Posts: 44589
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: Sungorus 1.0

Post by Graham Banks »

Pablo Vazquez wrote:Hi Graham,

I'm running a 4' + 2'' match against smash 1.0.3 at the moment. The result so far is +1 =3 -2 in favor of smash.
Thanks Pablo. :)
gbanksnz at gmail.com
gerold
Posts: 10121
Joined: Thu Mar 09, 2006 12:57 am
Location: van buren,missouri

Re: Sungorus 1.0

Post by gerold »

Pablo Vazquez wrote:Hi,

I started working on a chess engine last summer but I stopped after 2 months. Now I have come back to chess programming and I have implemented the UCI protocol in my engine. It lacks a lot of features for now, but I have been playing some games with it against other engines and I didn't have any stability problems, so I decided to make a first release.

It comes with a linux 64-bit compile and the source. I hope someone can make windows compiles. I would be grateful if someone included my engine in their rating lists.

The site to download it is: http://sites.google.com/site/sungorus/

Thanks
Thank Pablo. Nice Engine.
Best,

Gerold.
User avatar
Olivier Deville
Posts: 937
Joined: Wed Mar 08, 2006 9:13 pm
Location: Aurec, France

Re: Sungorus 1.0

Post by Olivier Deville »

Hola Pablo

Congratulations on the new engine ! I got your registration for OpenWar, tests will start very soon :)

Best regards,

Olivier