Tried two tests overnight.
test 1, normal null-move + verification search. This is again too close to call without more games, but seems to be about 2 Elo worse.
test 2. unrestricted null move (as discussed in the other thread) + verification search. This is _also_ about 2 Elo worse than the normal crafty.
It seems that any of these changes has a very small negative effect, whether it be verification, unrestricted nulls or both. And all three of those cases seem to be about the same, Elo-wise...
Verification is "off my to-do list" now.
BTW, for those that care, if you do the verification, then KP vs K is a trivial win, and KR vs K is a faster win. But for those that care about overall effect, it is worse.
null-move + verification
Moderator: Ras
-
- Posts: 20943
- Joined: Mon Feb 27, 2006 7:30 pm
- Location: Birmingham, AL
-
- Posts: 778
- Joined: Sat Jul 01, 2006 7:11 am
Re: null-move + verification
Have you tried verification only in positions where each side has pawns but no or only one piece? These are the positions where zugzwang is most likely to occur, and it makes sense to me to only try verification there.bob wrote:Tried two tests overnight.
test 1, normal null-move + verification search. This is again too close to call without more games, but seems to be about 2 Elo worse.
test 2. unrestricted null move (as discussed in the other thread) + verification search. This is _also_ about 2 Elo worse than the normal crafty.
It seems that any of these changes has a very small negative effect, whether it be verification, unrestricted nulls or both. And all three of those cases seem to be about the same, Elo-wise...
Verification is "off my to-do list" now.
BTW, for those that care, if you do the verification, then KP vs K is a trivial win, and KR vs K is a faster win. But for those that care about overall effect, it is worse.
Is there an available version of crafty with null move verification so I could try it myself?
-
- Posts: 6401
- Joined: Thu Mar 09, 2006 8:30 pm
- Location: Chicago, Illinois, USA
Re: null-move + verification
You just proved that you should include verification in your program! 2 elo points does not justify the problems that may arise when the engine is used for analysis.bob wrote:Tried two tests overnight.
test 1, normal null-move + verification search. This is again too close to call without more games, but seems to be about 2 Elo worse.
test 2. unrestricted null move (as discussed in the other thread) + verification search. This is _also_ about 2 Elo worse than the normal crafty.
It seems that any of these changes has a very small negative effect, whether it be verification, unrestricted nulls or both. And all three of those cases seem to be about the same, Elo-wise...
Verification is "off my to-do list" now.
BTW, for those that care, if you do the verification, then KP vs K is a trivial win, and KR vs K is a faster win. But for those that care about overall effect, it is worse.
Miguel
-
- Posts: 20943
- Joined: Mon Feb 27, 2006 7:30 pm
- Location: Birmingham, AL
Re: null-move + verification
I have not made it public, but could certainly send you a copy. I can try the verification only when pieces(side) == 0 to see if it makes a difference.jwes wrote:Have you tried verification only in positions where each side has pawns but no or only one piece? These are the positions where zugzwang is most likely to occur, and it makes sense to me to only try verification there.bob wrote:Tried two tests overnight.
test 1, normal null-move + verification search. This is again too close to call without more games, but seems to be about 2 Elo worse.
test 2. unrestricted null move (as discussed in the other thread) + verification search. This is _also_ about 2 Elo worse than the normal crafty.
It seems that any of these changes has a very small negative effect, whether it be verification, unrestricted nulls or both. And all three of those cases seem to be about the same, Elo-wise...
Verification is "off my to-do list" now.
BTW, for those that care, if you do the verification, then KP vs K is a trivial win, and KR vs K is a faster win. But for those that care about overall effect, it is worse.
Is there an available version of crafty with null move verification so I could try it myself?
-
- Posts: 20943
- Joined: Mon Feb 27, 2006 7:30 pm
- Location: Birmingham, AL
Re: null-move + verification
2 here, 2 there, before you know it, you are a patzer. But in any case, you are focusing on a position. But what about all the positions where null-everywhere is better?michiguel wrote:You just proved that you should include verification in your program! 2 elo points does not justify the problems that may arise when the engine is used for analysis.bob wrote:Tried two tests overnight.
test 1, normal null-move + verification search. This is again too close to call without more games, but seems to be about 2 Elo worse.
test 2. unrestricted null move (as discussed in the other thread) + verification search. This is _also_ about 2 Elo worse than the normal crafty.
It seems that any of these changes has a very small negative effect, whether it be verification, unrestricted nulls or both. And all three of those cases seem to be about the same, Elo-wise...
Verification is "off my to-do list" now.
BTW, for those that care, if you do the verification, then KP vs K is a trivial win, and KR vs K is a faster win. But for those that care about overall effect, it is worse.
Miguel