Idea for free passer improving

Discussion of chess software programming and technical issues.

Moderator: Ras

tomitank
Posts: 277
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Idea for free passer improving

Post by tomitank »

Hi all!

My idea:
Ignore the king as a blocker. (if have enemy majors behind a passed pawn)

blockers = all_pieces ^ us_king

Soon I will test this in tomitankChess 2.0, but wonder if you have any experience?

-Tamás
zenpawn
Posts: 349
Joined: Sat Aug 06, 2016 8:31 pm
Location: United States

Re: Idea for free passer improving

Post by zenpawn »

I do this in RM too, since, in general, it's a good thing to have your king in front of the pawn. I don't recall the exact results of the tests, but they confirmed this logic.
tomitank
Posts: 277
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Re: Idea for free passer improving

Post by tomitank »

zenpawn wrote: it's a good thing to have your king in front of the pawn.
I was thinking about this:
The king is in chess, so the pawn can not move.
The king must move. So it's like he's not there.
(Or must be blocking with friendly pieces)
tomitank
Posts: 277
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Re: Idea for free passer improving

Post by tomitank »

After 1000 games (fix 8 depth)
v3 - basic
v3 - new idea

tomitankChessV3 - tomitankChessV4 : 498,0/1000 264-268-468 50% ±0

more testing is required.