Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: here 's what i think about the games

Author: Jari Huikari

Date: 13:20:07 07/30/00

Go up one level in this thread


On July 30, 2000 at 08:53:30, Masciulli Gianluigi wrote:

>Now Golem has only 2 factor
>1)material
>2)centralization bonus
>what about your Nero?

Above things and some other bonuses. For castling, developing pieces in
opening, free/double pawns... Penalty for moving same pieces all the time
or developing queen too early... These things concerning openings are only
added to root, if I remember right. Many if-then-lines. E.g. below I give
penalty of 0.22 pawns for moving white pawn to d3 when white bishop is still
at f1. Earlier Nero used to block it's bishops with center pawns but not
any more. (This is checked only for first fourteen moves in a game or so
i.e. in opening.)

     if ((moved=6) and (legmvs[1,iii].file2=4) and
        (legmvs[1,iii].rank2=3) and (position[6,1]=4))
        then posvalue:=posvalue-22;

					Jari



This page took 0.01 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.