Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Principal Variation

Author: Pham Minh Tri

Date: 03:49:22 12/28/01

Go up one level in this thread


On December 28, 2001 at 06:26:42, Benny Antonsson wrote:

>I print the PV after each loop in the iterative deepening. The problem is that I
>want to print the PV when it's changed not just after each iteration. Which is
>the best way here ?

The simpliest way (but no best, IMO) is to add an IF statement to check if PV
changes and you may pay some hundreds nodes per second for it. That is why most
people print the PV after each iteration (or use IF in debug version) only.



This page took 0.01 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.