When you write R=2, what do you mean?
...
MakeNullMove();
e = Search( ..., depth - 1 - 2 );
UnmakeNullMove();
...
or
...
MakeNullMove();
e = Search( ..., depth - 2 );
UnmakeNullMove();
...
What is the "standard" definition?
Moderator: Andres Valverde
Vladimir Medvedev wrote:When you write R=2, what do you mean?
...
MakeNullMove();
e = Search( ..., depth - 1 - 2 );
UnmakeNullMove();
...
or
...
MakeNullMove();
e = Search( ..., depth - 2 );
UnmakeNullMove();
...
What is the "standard" definition?
Return to Programming and Technical Discussions
Users browsing this forum: No registered users and 39 guests