Hola,
Rocinante 1.0 engine is available (source + win32 executable)
This is an UCI engine based on the algorithm PB* .B* probability based search )
This first version is dedicated to reinvent, demonstrate, evaluate the validity of this algorithm so
it lack of the usual improvements that own modern engines (Zobrist hash + transposition table,
futility, late move reduction, end game tablebase ...) and evaluation is just the simplified UFO.
The reference used to develop PB* in this engine is B* Probability Based Search
I hope my implementation of PB* resemble the original.
Rocinante is able to fight some games against TSCP 1.81 (Blitz 2/6
+35-51=14) so milestone reached.
Happy testing, cloning...
Let me know of any issue/bug.
Regards,Antonio.
engine Rocinante is available.
Moderator: Ras
-
- Posts: 92
- Joined: Sun Nov 02, 2008 4:43 pm
- Location: Madrid
- Full name: Antonio Torrecillas
-
- Posts: 6662
- Joined: Thu Mar 09, 2006 4:21 am
Re: engine Rocinante is available.
Hi,
I just downloaded it and installed it on Arena, but under author's name, it appears to show "Guillerno Filia". Are you by any chance related to him?
I just downloaded it and installed it on Arena, but under author's name, it appears to show "Guillerno Filia". Are you by any chance related to him?
-
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: engine Rocinante is available.
May be you had Chronos loaded before or Arena mixed some things up?swami wrote:Hi,
I just downloaded it and installed it on Arena, but under author's name, it appears to show "Guillerno Filia". Are you by any chance related to him?
Chronos' author is Guillermo Filia.
There is no string with that name in the Rocinante exe,
and the uci dialogue also shows the right name
for the author.
Code: Select all
uci
id name Rocinante 1.0
id author Antonio Torrecillas
option name credit_nps type spin default 700000 min 0 max 4000000
option name ufo_eval type check default true
option name cpus type spin default 1 min 0 max 256
option name Threads type spin default 1 min 0 max 256
uciok
-
- Posts: 92
- Joined: Sun Nov 02, 2008 4:43 pm
- Location: Madrid
- Full name: Antonio Torrecillas
Re: engine Rocinante is available.
No, I'm the first surprised. In Arena 1.1 it show correctly.
Re: engine Rocinante is available.
When setup under Arena, if you choose to start from positions in an EPD file it generates illegal moves. I guess it hasn't got the uci protocol implemented to start from a specific FEN position?
Andy.
Andy.
-
- Posts: 92
- Joined: Sun Nov 02, 2008 4:43 pm
- Location: Madrid
- Full name: Antonio Torrecillas
Re: engine Rocinante is available.
I run some EPD test with, or ... are you starting a game from a position...this may be is not correctly handled. I look at this. Thanks Andy.
-
- Posts: 6662
- Joined: Thu Mar 09, 2006 4:21 am
Re: engine Rocinante is available.
I've downloaded the full package of the engine,extracted the winzip file fully and placed its own folder, and installed it again. Now everything is solved.Antonio Torrecillas wrote:No, I'm the first surprised. In Arena 1.1 it show correctly.
I had extracted only the exe the first time around. Maybe Arena didn't recognize the info, and instead mixed up and showed the author name and country of the last installed engine.
Last edited by swami on Wed Aug 12, 2009 7:10 pm, edited 1 time in total.
Re: engine Rocinante is available.
Yes, I mean starting a game from the position.Antonio Torrecillas wrote:I run some EPD test with, or ... are you starting a game from a position...this may be is not correctly handled. I look at this. Thanks Andy.
I just finished reading Don Quixote so I enjoyed your choice of name!
Andy.
-
- Posts: 92
- Joined: Sun Nov 02, 2008 4:43 pm
- Location: Madrid
- Full name: Antonio Torrecillas
Re: engine Rocinante is available.
i'm glad you enjoy this name.
I have updated the file, can you try again? please.
I have updated the file, can you try again? please.
Re: engine Rocinante is available.
Yup that fixed that problem!Antonio Torrecillas wrote:i'm glad you enjoy this name.
I have updated the file, can you try again? please.
Thanks,
Andy.