New chess engine - Ceibo

Questions and comments related to CCRL testing study
Post Reply
federicorojo
Posts: 31
Joined: Fri Dec 08, 2017 10:48 pm
Sign-up code: 10159
Location: Toronto, Canada

New chess engine - Ceibo

Post by federicorojo »

Hello everyone,

I have created my own UCI chess engine and I would appreciate if anyone could have it tested. I have been working on it as a hobbie, whenever I have the time. It s been almost a year now since i started, but it is not a strong engine yet and i am hoping it will be some day. For now it supports transposition tables with sizes 1 to 128mb, set to 64mb as default, and also it has its own opening book that is enabled by default (uci command displays both of them). These can be changed via the 'setoption' command, but if needed or if it easier, I can default these values to anything else to meet whatever the test conditions are. If so, please let me know and i ll generate a new version with the changes.

I have attached a link to the exe below:

https://drive.google.com/open?id=1fJFfS ... TKac0yS863


Please let me know if you have any issues with it.

Thanks! :)
Fede
User avatar
Sergio Martinez
Posts: 3394
Joined: Tue Mar 12, 2013 11:38 pm
Sign-up code: 10159
Location: Murcia, Spain

Re: New chess engine - Ceibo

Post by Sergio Martinez »

Hi Fede

I try to disable book, even in arena debug windows appears like disabled but when I start a game Ceibo uses his book. And if you can change the hash size to 256 would be great.

Thank you
federicorojo
Posts: 31
Joined: Fri Dec 08, 2017 10:48 pm
Sign-up code: 10159
Location: Toronto, Canada

Re: New chess engine - Ceibo

Post by federicorojo »

Hi Sergio,

Thank you for your response and for pointing out the defect when trying to disable the 'ownbook' option from Arena. The engine was resetting to default values every time a 'ucinewgame' command was sent to the engine. Its fixed now.

In any case, i have disabled the ownbook option by default, and also set a hash size to 256mb. The new version is 0.3.65 and you can download it from here:

https://drive.google.com/open?id=175T9z ... lD3stLVDx3
Ceibo
uci
id name Ceibo v0.3.65
id author Federico Rojo
option name Hash type spin min 1 max 512 default 256
option name OwnBook type check default false
uciok
Thanks again !
Fede
User avatar
Graham Banks
Posts: 26851
Joined: Sun Dec 18, 2005 5:47 pm
Sign-up code: 0
Location: Auckland, NZ

Re: New chess engine - Ceibo

Post by Graham Banks »

Roughly how strong in CCRL terms do you expect Ceibo to be?
federicorojo
Posts: 31
Joined: Fri Dec 08, 2017 10:48 pm
Sign-up code: 10159
Location: Toronto, Canada

Re: New chess engine - Ceibo

Post by federicorojo »

Hi Graham,
I would expect an ELO around or above 1800 but less than 2000. If it turns out to be less than that i'd be surprised. However, I always use short time controls such as 10+0.1 or 30+0.3, so I guess the result could be different to what i would expect.

Thanks, Fede
User avatar
Sergio Martinez
Posts: 3394
Joined: Tue Mar 12, 2013 11:38 pm
Sign-up code: 10159
Location: Murcia, Spain

Re: New chess engine - Ceibo

Post by Sergio Martinez »

federicorojo wrote:Hi Graham,
I would expect an ELO around or above 1800 but less than 2000. If it turns out to be less than that i'd be surprised. However, I always use short time controls such as 10+0.1 or 30+0.3, so I guess the result could be different to what i would expect.

Thanks, Fede
Hi Fede. Where are you from? Canada? Argentina? The question is related to my tournament http://swisstourneys.pcriot.com/CEO.htm

Thanks
federicorojo
Posts: 31
Joined: Fri Dec 08, 2017 10:48 pm
Sign-up code: 10159
Location: Toronto, Canada

Re: New chess engine - Ceibo

Post by federicorojo »

Hi Sergio.
So sorry for the long delay. I didn't see your message until just now.
In response to your question. I am from Argentina but I live in Canada.

By the way, I have put a lot of effort into a new version of Ceibo and I am hoping to post it here in a few weeks. There are a couple of bugs I want to get rid of first, but I am expecting it will be a significant improvement. :) Also, I noticed that my name is misspelled on the Ceibo results page (link is below). It reads : "Author: Frederico ..." with that extra 'r' after the F. Would it be too much trouble to change it to "Federico" (no r after the F)?

http://www.computerchess.org.uk/ccrl/40 ... _65_64-bit


Thanks,
Fede
Post Reply