Using grandmaster games to automatically adjust evaluation.

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

jwes
Posts: 778
Joined: Sat Jul 01, 2006 7:11 am

Using grandmaster games to automatically adjust evaluation.

Post by jwes »

I was looking at automatic tuning and one suggestion is to use deeper searches. I understand how to tune coefficients using ply 1 evaluations, but how do I tune using evaluations at the end of deeper searches?
Pradu
Posts: 287
Joined: Sat Mar 11, 2006 3:19 am
Location: Atlanta, GA

Re: Using grandmaster games to automatically adjust evaluati

Post by Pradu »

jwes wrote:I was looking at automatic tuning and one suggestion is to use deeper searches. I understand how to tune coefficients using ply 1 evaluations, but how do I tune using evaluations at the end of deeper searches?
You may use the evaluation of the searched position at the root as the evaluation of the position.