SquarknII is a clone
Posted: Tue Jul 13, 2010 8:01 pm
The Cuban engine SquarknII will participate in the 2010 world championship in Japan, it is a clone.
http://www.grappa.univ-lille3.fr/icga/t ... php?id=209
http://www.grappa.univ-lille3.fr/icga/p ... php?id=608
There is little information of this engine because currently is private. Here a little information in Spanish:
http://www.capablanca.co.cu/?q=node/1008
The autor contacted with me in September last year, he presents as Fide IM Cuban and programmer. That person told me that behind him is a group of programmers Cubans and through his contacts because he is IM, GMs help to make an opening book, the idea is to make an engine, GUI and play the world championship. He even spoke with a collaboration with Intel and marketing the program.
They offered me part of the team, not interesting to me because they asked me to start the code. I also have answered hundreds of questions about programming.
Recently I have received the source code, they asked me to solve a problem with the Fritz GUI, I did, I created an executable file and they asked me to play with this engine the HG monthly tournament where SquarknII remained in second place after Thinker and above Scorpio, Crafty and others. Not bad, considering that the program plays whit 1 CPU, 32-bit executable without PGO and my AMD 2400 computer with 3 years.
The next step was to play the tournament ACCA, but the director could not allow because SquarknII had no record of tournament. One solution is to send the code source to Charles, but I'm sure the developer is not interested.
Well, I studied the code and the code is robbolito 0.0085g3, only 3 values changed minimally in the evaluation of pawns.
File pvalue.h:
change
#define island points(0, 3)
#define double_off points(2, 4)
#define king_attack_pawn points(0, 5)
by
#define island points(0, 4)
#define double_off points(2, 5)
#define king_attack_pawn points(0, 6)
I have not warned the ICGA, write in English is a big effort for me, even with google translator, I hope they see this message, or someone to tell them.
I apologize to HG for playing with the clone on your server, but it helps to unmask SquarknII.
Pedro Castro
http://www.grappa.univ-lille3.fr/icga/t ... php?id=209
http://www.grappa.univ-lille3.fr/icga/p ... php?id=608
There is little information of this engine because currently is private. Here a little information in Spanish:
http://www.capablanca.co.cu/?q=node/1008
The autor contacted with me in September last year, he presents as Fide IM Cuban and programmer. That person told me that behind him is a group of programmers Cubans and through his contacts because he is IM, GMs help to make an opening book, the idea is to make an engine, GUI and play the world championship. He even spoke with a collaboration with Intel and marketing the program.
They offered me part of the team, not interesting to me because they asked me to start the code. I also have answered hundreds of questions about programming.
Recently I have received the source code, they asked me to solve a problem with the Fritz GUI, I did, I created an executable file and they asked me to play with this engine the HG monthly tournament where SquarknII remained in second place after Thinker and above Scorpio, Crafty and others. Not bad, considering that the program plays whit 1 CPU, 32-bit executable without PGO and my AMD 2400 computer with 3 years.
The next step was to play the tournament ACCA, but the director could not allow because SquarknII had no record of tournament. One solution is to send the code source to Charles, but I'm sure the developer is not interested.
Well, I studied the code and the code is robbolito 0.0085g3, only 3 values changed minimally in the evaluation of pawns.
File pvalue.h:
change
#define island points(0, 3)
#define double_off points(2, 4)
#define king_attack_pawn points(0, 5)
by
#define island points(0, 4)
#define double_off points(2, 5)
#define king_attack_pawn points(0, 6)
I have not warned the ICGA, write in English is a big effort for me, even with google translator, I hope they see this message, or someone to tell them.
I apologize to HG for playing with the clone on your server, but it helps to unmask SquarknII.
Pedro Castro