Crafty accused of copying Fruit PST
Posted: Sat Aug 13, 2011 6:00 am
Independent Computer Chess Discussion Forum
https://open-chess.org/
Code: Select all
int nval[64] = {
-60, -29, -29, -29, -29, -29, -29, -60,
-30, -24, -10, -10, -10, -10, -24, -30,
-30, -6, -6, -6, -6, -6, -6, -30,
-30, -6, -2, 0, 0, -2, -6, -30,
-30, -6, -2, 0, 0, -2, -6, -30,
-30, -6, -6, -6, -6, -6, -6, -30,
-30, -24, -10, -10, -10, -10, -24, -30,
-60, -29, -29, -29, -29, -29, -29, -60,
};
Code: Select all
int nval[2][2][64] = {
-30, -20, -20, -10, -10, -20, -20, -30,
0, 10, 16, 20, 20, 16, 10, 0,
0, 12, 20, 24, 24, 20, 12, 0,
0, 12, 20, 24, 24, 20, 12, 0,
0, 10, 18, 20, 20, 18, 10, 0, /* [mg][black][64] */
0, 0, 16, 14, 14, 16, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
-20, -20, -20, -20, -20, -20, -20, -20,
Code: Select all
int qval[64] = {
-20, -20, 0, 0, 0, 0, -20, -20,
-20, 0, 8, 8, 8, 8, 0, -20,
0, 8, 8, 12, 12, 8, 8, 0,
0, 8, 12, 16, 16, 12, 8, 0,
0, 8, 12, 16, 16, 12, 8, 0,
0, 8, 8, 12, 12, 8, 8, 0,
-20, 0, 8, 8, 8, 8, 0, -20,
-20, -20, 0, 0, 0, 0, -20, -20,
};
Code: Select all
int qval[2][2][64] = {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 4, 4, 4, 0, 0,
0, 4, 4, 6, 6, 4, 4, 0,
0, 4, 6, 8, 8, 6, 4, 0,
0, 4, 6, 8, 8, 6, 4, 0, /* [mg][black][64] */
0, 4, 4, 6, 6, 4, 4, 0,
0, 0, 4, 4, 4, 4, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
For you l'll bet that was true! Coffee break is over Bob!
P.S.
I was checking out the forum yesterday Bobo!
Code: Select all
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
Code: Select all
These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
For me and many people, Bob is a legend...Uly
Crafty a clone of Fruit.
Also, michiguel just took a quick, casual look and found that, I think that if Crafty was investigated (say, to the extent that Rybka was) they could find more similarities.
ALL your "hot air " and red herrings do NOT distract from simple FACTUly wrote:Thanks for the praise Samer.
I was actually replying to someone that asked that if a PST table was both in Fruit and Crafty (+8), that from where the table was coming from. It came from Fruit.
But saying "Crafty a clone of Fruit" does that in fewer words (he knew what I meant when I read that), even though "clone" doesn't actually have a definition besides genetics.
*Checks dictionary*
Oh wait, it does:
Clone:
noun: an unauthorized copy or imitation
I don't think bob was authorized to use Fruit's PST table in Crafty, so from this angle, it counts.
And I stand for what I said, Crafty hasn't been scrutinized because people thought they wouldn't find anything a priori. Now that something has been found, maybe that will change.