Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Is it good idea?

Author: Grzegorz Sidorowicz

Date: 05:05:37 11/08/02

Go up one level in this thread


> Which part?

Below is my part of my oryginal code:

Search(...)
{
.
.
.
if (!(alpha>(CHECKMATE-QVALUE)))
  go_depper=false;

if (go_depper)
{
  tparam.level=level;
  score=-Tree(&tparam);
}
else
{
   tparam.level=level-1+prune;
   score=-Tree(&tparam);
}
.
.
.

}



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.