Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: My mistake

Author: Antonio Dieguez

Date: 16:37:57 09/01/01

Go up one level in this thread


On September 01, 2001 at 19:13:32, Koundinya Veluri wrote:

>Oops, stupid mistake... you were right before. It's been a long day :)

yea and I was about to reply you, and I was thinking in a comment about that so
I saw your profile to see your country and the hour that would be there at this
moment. Am sorry but it's funny.

The only thing I don't understand is the eval call with bounds to ommit the if
ev<=alpha-window, but we are almost in concordance.

good bye.

>int ev=evaluate(alpha-window,beta+window)
>
>if (ev>=beta+window)
>{ return beta; }
>
>then see captures with this window: (alpha-window,beta)
>
>if that alpha-window was not improved then return alpha.
>
>----------
>
>I think if the larger window is used in evaluate(), the ev<=alpha-window part is
>not needed. Maybe I'll find myself wrong again tomorrow... Thanks again.
>
>Koundinya



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.