Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: How many programs make use of more than one evaluation function?

Author: Peter McKenzie

Date: 13:49:51 05/24/02

Go up one level in this thread


On May 24, 2002 at 03:09:21, Russell Reagan wrote:

>The topic pretty much says it. How many programs make use of more than one
>evaluation function? Is it more common to have more than one or not? What about
>if you sampled the top commercial programs? Would you find them using more than
>one?

I think what you mean is different evaluation functions for different types of
positions.  In my opinion, this is a pure implementation issue and in most cases
doesn't make good sense.

Lets say you wanted separate evaluation functions for closed and open positions.
 But are closed and open positions that different?  The same basic piece values
still apply, so why would you replicate the code for that?  A rook on the 7th
rank is still good, regardless of it being a closed or open position so why
would you replicate the code for that?  Etc etc.

Of course, some things should get higher bonuses in open positions (development
perhaps) but that is easily handled by some simple logic.

Peter

>
>Russell



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.