A question about Outpost Knights / Bishops
Moderator: Ras
-
- Posts: 1957
- Joined: Tue Apr 19, 2016 6:08 am
- Location: U.S.A
- Full name: Andrew Grant
A question about Outpost Knights / Bishops
An outpost square cannot be attacked by an enemy pawn. This includes the pawns current position, or if the pawns are advanced. Is it still an outpost square if there is a pawn which could advance to attack the outpost, but it is blocked by one of it's own pieces?
-
- Posts: 905
- Joined: Mon Jan 15, 2007 11:23 am
- Location: Warsza
Re: A question about Outpost Knights / Bishops
I always thought it should work, but never succeeded with that heuristic. However, You can gain by two ideas used in Stockfish:
1) minor pieces defended by a pawn can get (a part of) outpost bonus even if attackable by a pawn. This deals with some of the positions Ypour heuristic would cover.
2) minor pieces behind a pawn can get small bonus if they are on the own half of the board.
1) minor pieces defended by a pawn can get (a part of) outpost bonus even if attackable by a pawn. This deals with some of the positions Ypour heuristic would cover.
2) minor pieces behind a pawn can get small bonus if they are on the own half of the board.
Pawel Koziol
http://www.pkoziol.cal24.pl/rodent/rodent.htm
http://www.pkoziol.cal24.pl/rodent/rodent.htm
-
- Posts: 2655
- Joined: Fri Nov 26, 2010 2:00 pm
- Location: Czech Republic
- Full name: Martin Sedlak
Re: A question about Outpost Knights / Bishops
I only have knight outpost, it worked for me.
The idea is very simple: if knight is protected by a pawn and there are no opposing pawns on neighbor files with rank > knight rank (i.e. similar to passer table),
give a bonus based on rank and file (I don't use a matrix here but simply separate weights for file and rank).
The idea is very simple: if knight is protected by a pawn and there are no opposing pawns on neighbor files with rank > knight rank (i.e. similar to passer table),
give a bonus based on rank and file (I don't use a matrix here but simply separate weights for file and rank).
-
- Posts: 2204
- Joined: Sat Jan 18, 2014 10:24 am
- Location: Andorra
Re: A question about Outpost Knights / Bishops
I also have a semi outposted bonus, when the supposed attacking pawn cannot attack because is blocked by an own pawn, which must be no attackable by another pawn or must be defended by another second own pawn. All in all a bit complicated.
Daniel José -
http://www.andscacs.com

-
- Posts: 7301
- Joined: Thu Aug 18, 2011 12:04 pm
- Full name: Ed Schröder
Re: A question about Outpost Knights / Bishops
And as I recall no bonus if the number of (own) pawns is less than 5.