Computer Chess Club Archives


Search

Terms

Messages

Subject: Iterative deepening deep increment

Author: Alvaro Jose Povoa Cardoso

Date: 14:08:16 02/27/01


By definition the iterative deepening procedure calls Search() several times,
and each time it increments _Depth_ by one.
But what if we increment by two?
Isn't a waste of time stepping just one ply deep at a time?
In my checkers program, I increment _Depth_ by two (2,4,6,8,10,12,14,16...) and
it seams to work better than stepping by one ply (2,3,4,5,6,7,8,9,10,11,12,...).
Surely a previous search at _Depth-2_ gives a good PV to try first at this
iteration.
Comments anyone?
Does this aply to chess?

Thank you
Alvaro Cardoso



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.