Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Puzzled about testsuites

Author: Tord Romstad

Date: 11:13:30 03/09/04

Go up one level in this thread


On March 09, 2004 at 14:03:36, Robert Hyatt wrote:

>Most test positions are tactical.  Faster always is better there.  Ripping
>knowledge out will make you better tactically.

This is not necessarily true -- it depends on how your search works.
In my case, ripping out knowledge will definitely make my engine much
slower at solving tactical test suites.  I use the evaluation function
to choose the null move reduction factor, to decide which moves should
be extended, reduced or pruned, and to decide which moves should be
included in the qsearch.  With a simpler evaluation function, I would
have to search much bigger trees in order to see the same tactics.

In other words, I agree that faster is always better in tactical positions.
But very often, knowledge is the easiest way to be fast.

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.