Computer Chess Club Archives


Search

Terms

Messages

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

Author: Pete Galati

Date: 13:47:02 07/30/00

Go up one level in this thread


On July 30, 2000 at 16:20:07, Jari Huikari wrote:

>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

Are you giving Nero bonuses for having a rook on it's 7th rank in later stages
of the game, or maybe bonuses for maintaining the Knight at the KB3 when it's
castled Kingside?  It may be what's loosing games for me, but I tend to try to
capture Knights that are protecting things by parking at KB3.

Pete



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.