Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: A question on Depth reduction?

Author: Gopikrishna

Date: 12:06:31 08/04/04

Go up one level in this thread


On August 04, 2004 at 14:57:30, Pallav Nawani wrote:

>On August 04, 2004 at 14:39:39, Gopikrishna wrote:
>
>>I am doing depth reduction.
>>
>>if (nextdepth > 2)
>>{
>>   if (!Iscapture && !Ispromotion)
>>     {
>>         score= eval();
>>        if (alpha >  score + red_margin[nextdepth])
>>         nextdepth--;
>>     }
>>}
>>
>>So should I have to do full evaluation or just evaluate the material score and
>>pawn structure alone? Because if I do full evaluation for each move it would
>>take plenty of time? Thanks.
>
>Material score + Piece Square tables + Pawn structure should be OK.
>
>Pallav

Ok thanks Pallav.



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.