Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Table-based SEE

Author: Tord Romstad

Date: 11:27:59 11/19/03

Go up one level in this thread


On November 19, 2003 at 12:16:52, Anthony Cozzie wrote:

>Zappa uses tables; they are 32KB in size.  What on earth are you doing that
>makes it several hundred KB?

A slightly simplified description of what I do:

My SEE lookup table is indexed by the piece under attack (in the range 0..5)
and the entries of the attack tables for both sides (in the range 0..255).
Hence the total size of the array is 6*256*256=327680 bytes.

From the description on Ed's pages, it looks like he is doing almost exactly
the same.

How does your 32KB table look, and how do you use it?

Tord




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.