Page 1 of 1

Goyaz - new version available

PostPosted: 06 Feb 2008, 03:40
by Wander Ferreira Jr
Hi there,

There is a new version of Goyaz, available in Goyaz's site!

It is a lot better then the previous one (something like +130 Elo :D )

The main changes:

- New evaluation function: the previous one was just PC/SQ tables;
- Transposition Table can be resized: up to 128M positions;
- Fixed bug in transposition table and in the tournament-like time controls (thaks to Guenther Simon for this last one);
- Null-moves and a change in the quiescense search reduced the number of nodes searched;
- Resign: Goyaz can now resign lost games (this one is really good for speeding up tournaments).

Re: Goyaz - new version available

PostPosted: 25 Feb 2008, 08:20
by Tony Thomas
I am not sure if you are aware of the problem. Leo Djiksman is having some wild problems with the new version of Goyaz and he has taken the engine out of his tournaments until further update.

Re: Goyaz - new version available

PostPosted: 27 Feb 2008, 02:38
by Wander Ferreira Jr
Tony Thomas wrote:Leo Djiksman is having some wild problems with the new version of Goyaz


Is Goyaz finding stalemate where there is none, such as in the first few moves?

Olivier Deville has found this bug and it occurs in computers that have more than 1 CPU/core. It seems that some compiler option is wrong, making Goyaz's internal boards update themselves out of order...

However, I only have computers with 1 CPU/core to test my engine, so I don't know if the compiler options are the real problem.

If you have a computer with more than 1 CPU/core, please test this .exe instead of the version 6 you downloaded from the site:
http://wferreirajr.googlepages.com/goyaz6b.zip

If it works, then the problem is just the compiler options and I will publish this version. If not, well, back to square one... :)

Re: Goyaz - new version available

PostPosted: 27 Feb 2008, 08:08
by Tony Thomas
Yes, he is experiencing the problem that you mentioned. May be you should post this message at WBEC forum, I dont have a computer with more than 1 CPU.

Re: Goyaz - new version available

PostPosted: 27 Feb 2008, 09:55
by Olivier Deville
Wander Ferreira Jr wrote:
Tony Thomas wrote:Leo Djiksman is having some wild problems with the new version of Goyaz


Is Goyaz finding stalemate where there is none, such as in the first few moves?

Olivier Deville has found this bug and it occurs in computers that have more than 1 CPU/core. It seems that some compiler option is wrong, making Goyaz's internal boards update themselves out of order...

However, I only have computers with 1 CPU/core to test my engine, so I don't know if the compiler options are the real problem.

If you have a computer with more than 1 CPU/core, please test this .exe instead of the version 6 you downloaded from the site:
http://wferreirajr.googlepages.com/goyaz6b.zip

If it works, then the problem is just the compiler options and I will publish this version. If not, well, back to square one... :)


Hi Wander

I have just tried it on my Dual Opteron. Unfortunately the bug is still there :(

Olivier

Re: Goyaz - new version available

PostPosted: 28 Feb 2008, 00:44
by Wander Ferreira Jr
Olivier Deville wrote:I have just tried it on my Dual Opteron. Unfortunately the bug is still there


Thanks! I will continue to search for this bug...