gull chess

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Post Reply
Karger
Posts: 6
Joined: Thu Jun 10, 2010 1:03 am

gull chess

Post by Karger »

http://downloads.sourceforge.net/projec ... hivelocity Hi to all, :D , This is a link for Gull Chess, it is a open source project at sourceforge. The current version is quite strong 2800-2900 strength. It is an original engine , not a clone of anything. Karger
Martin Thoresen
Posts: 386
Joined: Thu Jun 10, 2010 5:27 am

Re: gull chess

Post by Martin Thoresen »

Thanks, will check it out. Can anyone verify the source?
TCEC - Thoresen Chess Engines Competition
http://tcec.chessdom.com
Karger
Posts: 6
Joined: Thu Jun 10, 2010 1:03 am

Re: gull chess

Post by Karger »

Hi Martin ; I cannot verify the source, but it is included with the d/l as a ccp file.
Sentinel
Posts: 122
Joined: Thu Jun 10, 2010 12:49 am
Real Name: Milos Stanisavljevic

Re: gull chess

Post by Sentinel »

It's coming from Thinking-a-Lot (Vadim Dev). After fast look at code it doesn't look as direct copy of anything. At least it's not Ippo clone. It's certainly not SF or Crafty clone. It's based on Magic bitboards.
Search looks like it's own completely, move gens are closest to Ippo (there are couple of very similar things), eval is simplified, with again structure a little bit like Ippo and a bit like Strelka. UCI is Strelka like. Material and static evals are really simple, table like.

And yes, it's fully C code (not C++).
User avatar
Angel
Posts: 103
Joined: Thu Jun 10, 2010 12:57 am
Contact:

Re: gull chess

Post by Angel »

are you sure its from thinking a lot ?

gull is gaviota in Spanish :idea:
Nothing is ever truly lost , just miss placed and awaiting us
User avatar
Angel
Posts: 103
Joined: Thu Jun 10, 2010 12:57 am
Contact:

Re: gull chess

Post by Angel »

Angel wrote:are you sure its from thinking a lot ?

gull is gaviota in Spanish :idea:
ps gull 6 now available
Nothing is ever truly lost , just miss placed and awaiting us
User avatar
DaveD
Posts: 38
Joined: Thu Jun 10, 2010 3:04 am

Re: gull chess

Post by DaveD »

Chess Engine Code Name 'Gull'
Version 0.6

id name Gull
id author ThinkingALot
option name Hash type spin default 64 min 16 max 1024

There must be a hash usage bug. No matter how much hash is configured, only 94 mb is used, according to Arena and Task Manager. :?:
User avatar
DaveD
Posts: 38
Joined: Thu Jun 10, 2010 3:04 am

Re: gull chess

Post by DaveD »

Image
ThinkingALot
Posts: 144
Joined: Sun Jun 13, 2010 7:32 am
Contact:

Re: gull chess

Post by ThinkingALot »

Angel wrote:gull is gaviota in Spanish :idea:
When naming the engine I didn't know that there existed one with the same name in Spanish :?. So if the Gavoita author thinks it inappropriate I will rename Gull to something else.
DaveD wrote:option name Hash type spin default 64 min 16 max 1024
I decided that not sending Hash option may confuse some GUIs. Actually the hash size is fixed to 64Mb. Additional memory is consumed by pawn hash and material table.
User avatar
Angel
Posts: 103
Joined: Thu Jun 10, 2010 12:57 am
Contact:

Re: gull chess

Post by Angel »

ThinkingALot wrote:
Angel wrote:gull is gaviota in Spanish :idea:
When naming the engine I didn't know that there existed one with the same name in Spanish :?. So if the Gavoita author thinks it inappropriate I will rename Gull to something else.
DaveD wrote:option name Hash type spin default 64 min 16 max 1024
I decided that not sending Hash option may confuse some GUIs. Actually the hash size is fixed to 64Mb. Additional memory is consumed by pawn hash and material table.

Hallo Vad , miss your smiles on shcmortal ;)
Nothing is ever truly lost , just miss placed and awaiting us
Post Reply