From Russia With Love........

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

Moderator: Ras

Dirt
Posts: 2851
Joined: Wed Mar 08, 2006 10:01 pm
Location: Irvine, CA, USA

Re: From Russia With Love........

Post by Dirt »

rlsuth wrote:
cooldalek wrote:People should not be too quick to claim it is a clone.

Those that do so may even be entering dangerous ground as the author could take legal action on account of libel? (I'm no lawyer though)


The author could only do that if it was presented as a statement of fact. As long as it is just conjecture, there is no problem with people saying "I think it is a clone". If however, they say it "is" a clone, then they will have to prove it to avoid being guilty of libel.
I'm not a lawyer either, but I don't think stating somethings as an opinion is a complete bar to libel. Considering how harmful it would be for me to tell all your neighbors and co-workers that I think you murdered a previous wife, and sold the children into slavery, I'm confident that the legal system would offer you some recourse.
User avatar
Leto
Posts: 2071
Joined: Thu May 04, 2006 3:40 am
Location: Dune

Re: From Russia With Love........

Post by Leto »

Vasik Rajlich, the author of Rybka, puts this conspiracy theory to rest:
"I already got some emails about this. Of course, I have no idea what the author has done, but my first impression is a pretty good one. Sure, the engine is totally raw and needs a lot of nuts-and-bolts work, but that's something that any competent programmer can do. The author shows a clear sense of priorities by concentrating on his ideas rather sidetracking himself with all the little things like underpromotions, distances-to-mate, obscure endgame rules, etc.

When you start in computer chess, the first thing you need to do is to figure out if your ideas will work. (Unless you have no new ideas, in which case the result is predictable and any order is fine.)

Re. mate scores, +320.00 is perfectly logical. It's the largest round value which will fit into a signed 16-bit hash entry.

Vas"

In other words, Strelka is not a Rybka clone.
gerold
Posts: 10121
Joined: Thu Mar 09, 2006 12:57 am
Location: van buren,missouri

Re: From Russia With Love........

Post by gerold »

Leto wrote:Vasik Rajlich, the author of Rybka, puts this conspiracy theory to rest:
"I already got some emails about this. Of course, I have no idea what the author has done, but my first impression is a pretty good one. Sure, the engine is totally raw and needs a lot of nuts-and-bolts work, but that's something that any competent programmer can do. The author shows a clear sense of priorities by concentrating on his ideas rather sidetracking himself with all the little things like underpromotions, distances-to-mate, obscure endgame rules, etc.

When you start in computer chess, the first thing you need to do is to figure out if your ideas will work. (Unless you have no new ideas, in which case the result is predictable and any order is fine.)

Re. mate scores, +320.00 is perfectly logical. It's the largest round value which will fit into a signed 16-bit hash entry.

Vas"

In other words, Strelka is not a Rybka clone.
In other words it could be a rough clone with a lot of improvments to
be made. :) :)
It does not have to be a clone of Vas program.

Waiting for the impoved clone,

Gerold.
Rob

Re: From Russia With Love........

Post by Rob »

I can confirm that Strelka is a clone of Rybka. The evaluations are for 95% identical, based on decompilation comparison.

The search functions are also very similar based on a quick glance.
User avatar
Leto
Posts: 2071
Joined: Thu May 04, 2006 3:40 am
Location: Dune

Re: From Russia With Love........

Post by Leto »

Rob wrote:I can confirm that Strelka is a clone of Rybka. The evaluations are for 95% identical, based on decompilation comparison.

The search functions are also very similar based on a quick glance.
Perhaps you missed my post in which I quote the author of Rybka stating that Strelka is not a Rybka clone.
Rob

Re: From Russia With Love........

Post by Rob »

Vas said:

I have no idea what the author has done


I do have an idea what the author has done.
gerold
Posts: 10121
Joined: Thu Mar 09, 2006 12:57 am
Location: van buren,missouri

Re: From Russia With Love........

Post by gerold »

Rob wrote:Vas said:

I have no idea what the author has done


I do have an idea what the author has done.
Thanks for your information Rob. Have you compared it to
the code of the free fruit program.

Gerold.
GS

Re: From Russia With Love........

Post by GS »

Rob wrote:Vas said:

I have no idea what the author has done


I do have an idea what the author has done.
I am sure Vas knows exactly what the 'author' has done.
... and I also have an idea why he(Vas) doesn't admit it yet ;-)

Guenther
Dann Corbit
Posts: 12781
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: From Russia With Love........

Post by Dann Corbit »

Strelka is a Winboard engine and Rybka is a UCI engine.
So in order to make a clone, it would require the original source (it will not be enough to use a binary editor to change some constants.)

Certainly V.R. can tell us if he sent his code to some other people.
Alessandro Scotti

Re: From Russia With Love........

Post by Alessandro Scotti »

Dann Corbit wrote:Strelka is a Winboard engine and Rybka is a UCI engine. So in order to make a clone, it would require the original source (it will not be enough to use a binary editor to change some constants.)
There could be other ways, for example using polyglot as a stub and embedding any UCI engine would work as well and is quite easy to do.