Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Attack tables

Author: Dan Andersson

Date: 15:20:17 11/20/02

Go up one level in this thread


Attackboards obviate the need for anything larger than a 64 cell array. You can
use a piece list, a board 64 cell board array and the Attackboard. It will be a
little bigger 32+64+64 words. But the AttackBoard values can be used in the eval
and you can build a SEE real easy. You get easy move generation (all and
capture), in check function, MVV/LVA, relatively simple SEE and a metric for
board control (both global and local). The catch is that you have to make the
incremental changes efficient.

MvH Dan Andersson



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.