Alice: A reintroduction

Discussion of chess software programming and technical issues.

Moderators: hgm, Harvey Williamson, bob

Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
Post Reply
SvenR

Alice: A reintroduction

Post by SvenR » Fri Jul 15, 2011 9:13 am

Hey guys,

it's been a while. I used to be quite active on CCC a long time ago. Back then I was developing a simple engine called Alice. It's amusing that early versions of that program still appear in some engine competitions, mostly losing on time and behaving badly in general :oops:

Anyway, I've embarked on a rewrite, hoping I've learned a few things in my previous attempt. In particular I'll be focusing on search efficiency, something I have neglected so far. I'll be using g++ and 64-bit Linux. If there's interest I'll post updates and results.

Cheers,
Sven.

User avatar
JuLieN
Posts: 2945
Joined: Mon May 05, 2008 10:16 am
Location: Nantes (France)
Contact:

Re: Alice: A reintroduction

Post by JuLieN » Sat Jul 16, 2011 12:08 pm

Welcome back, Svein! :)

I remember my engine Prédateur found its first deep mate against Alice, in this position that I now use to check that nothing is broken (it now needs less than 4k nodes to solve it) :

[d]rnbqkbnr/pppp1Np1/4ppB1/4P2p/1P6/2N2Q2/PBPP1PPP/R4RK1 w - - 4 14
"The only good bug is a dead bug." (Don Dailey)
Image [Blog: http://tinyurl.com/predateur ] [Facebook: http://tinyurl.com/fbpredateur ] [MacEngines: http://tinyurl.com/macengines ]

User avatar
pocopito
Posts: 228
Joined: Tue Jul 12, 2011 11:31 am
Contact:

Re: Alice: A reintroduction

Post by pocopito » Sun Jul 17, 2011 10:20 am

Hi Sven

As a linux user I'm interested in (almost) any engine that can run in this platform.

Can you provide a link to your project? (I've made a search on the web but I haven't been able to find anything useful).

Anyway, I'd be interested in the develop of this project

Best

E Diaz

User avatar
Olivier Deville
Posts: 937
Joined: Wed Mar 08, 2006 8:13 pm
Location: Aurec, France
Contact:

Re: Alice: A reintroduction

Post by Olivier Deville » Mon Jul 18, 2011 4:17 pm

SvenR wrote:Hey guys,

it's been a while. I used to be quite active on CCC a long time ago. Back then I was developing a simple engine called Alice. It's amusing that early versions of that program still appear in some engine competitions, mostly losing on time and behaving badly in general :oops:

Anyway, I've embarked on a rewrite, hoping I've learned a few things in my previous attempt. In particular I'll be focusing on search efficiency, something I have neglected so far. I'll be using g++ and 64-bit Linux. If there's interest I'll post updates and results.

Cheers,
Sven.
Hi Sven, and welcome back :)

The old Alice is still playing here (see my H group that will start in September). If you have something ready by then, be sure to send it to me :wink:

Olivier

tmokonen
Posts: 901
Joined: Sun Mar 12, 2006 5:46 pm
Location: Vancouver

Re: Alice: A reintroduction

Post by tmokonen » Mon Jul 18, 2011 7:15 pm

It's always cool to see a new version of a golden oldie like Alice. Really neat to see the new UCI version of Ziggurat too, played a lot of games with that program back in the Windows 3.1 days.

User avatar
hgm
Posts: 22274
Joined: Fri Mar 10, 2006 9:06 am
Location: Amsterdam
Full name: H G Muller
Contact:

Re: Alice: A reintroduction

Post by hgm » Mon Jul 18, 2011 7:18 pm

pocopito wrote:As a linux user I'm interested in (almost) any engine that can run in this platform.
Especially for you, then:

A Linux version of Joker 1.1.14j

User avatar
jshriver
Posts: 1103
Joined: Wed Mar 08, 2006 8:41 pm
Location: Morgantown, WV, USA
Contact:

Re: Alice: A reintroduction

Post by jshriver » Mon Jul 18, 2011 8:37 pm

hgm wrote:
pocopito wrote:As a linux user I'm interested in (almost) any engine that can run in this platform.
Especially for you, then:

A Linux version of Joker 1.1.14j
Sweet! I collect any and all engines as well. Especially linux ones.

Post Reply