Computer Chess Club Archives


Search

Terms

Messages

Subject: eval(move,ply->max)->max OR eval(move)->max, P(eval(move) is true)->1 ?

Author: Ingo Lindam

Date: 07:08:38 12/11/02



what do we like to optimize?

eval(move,ply->max)->max

OR

eval(move)->max, P(eval(move) is true) -> 1         same as
eval(move)->max, eval(move) -> correct_eval(move)   same as
eval(move)->max, P(changes in eval(move) -> 0)

could lead to different strategy to extend the search tree.

any suggestion to improve the formula/optimization criterion,
to make it more clear?

internette gruesse,
ingo




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.