Live data from Hacker News

Using Stockfish to identify ideal squares

lichess.org

1–10 of 19 posts

Re: Using Stockfish to identify ideal squares

#2
Nice, long time lichess player including blitz arenas but had no idea they had articles.

Some interesting analysis here and how to approach the problem domain (pawn structure as a concern) but that first example, there is just no way to get that knight there in any reasonable way. Talking about unrealistic moves.

Re: Using Stockfish to identify ideal squares

#3

Nice, long time lichess player including blitz arenas but had no idea they had articles. Some interesting analysis here and how to approach the problem domain (pawn structure as a concern) but that first example, there is just no way to get that knight there in any reasonable way. Talking about unrealistic moves.

The first example is from an actual game, Larsen-Korchnoi, where White does manage to put the Knight on d5. The article includes that part of the game, it's a pretty funky manoeuvre.

Re: Using Stockfish to identify ideal squares

#4

Nice, long time lichess player including blitz arenas but had no idea they had articles. Some interesting analysis here and how to approach the problem domain (pawn structure as a concern) but that first example, there is just no way to get that knight there in any reasonable way. Talking about unrealistic moves.

That knight manoeuvre is actually what is played by the GMs in that (very real) game. Which means it's as realistic as it can get.

Even at GM level (perhaps especially at GM level) it's not uncommon to see 3-4 moves spent rerouting a knight to a better square.

Re: Using Stockfish to identify ideal squares

#5
Very interesting, especially when compared to shogi (Japanese chess), where captured pieces can be dropped in anywhere on the board. So for shogi players this "ideal square" calculation can be even more natural and more flexible as well: besides the "getting existing pieces from A to B", the "drop on B" is a lot simpler. No wonder that piece exchanges (so there is something in the hand to drop) are basic feature of the gameplay.

(Source: being a fan of shogi but very very very early in my learning journey, so experts would likely describe this differently.)

Re: Using Stockfish to identify ideal squares

#6
The unrealistic squares issue could be resolved by using legal moves for the piece. You could then evaluate the best for 1 move, 2 moves, up to e.g. 4 moves. You could also eliminate moves that visit a square already reached by a previous square to avoid duplicates.

It may be interesting to apply weights to reduce the score of squares many moves away. This would need to handle advantageous positions like check or checkmate.

Re: Using Stockfish to identify ideal squares

#7
post #5

Very interesting, especially when compared to shogi (Japanese chess), where captured pieces can be dropped in anywhere on the board. So for shogi players this "ideal square" calculation can be even more natural and more flexible as well: besides the "getting existing pieces from A to B", the "drop on B" is a lot simpler. No wonder that piece exchanges (so there is something in the hand to drop) are basic feature of t…

That extra dimension makes Shogi such a brain burner. It also forces something of a permanent middlegame.

Re: Using Stockfish to identify ideal squares

#8
post #6

The unrealistic squares issue could be resolved by using legal moves for the piece. You could then evaluate the best for 1 move, 2 moves, up to e.g. 4 moves. You could also eliminate moves that visit a square already reached by a previous square to avoid duplicates. It may be interesting to apply weights to reduce the score of squares many moves away. This would need to handle advantageous positions like check or che…

Evaluate the best, following valid moves, while ignoring your own pieces? Modelling your ability to create opportunities.

Re: Using Stockfish to identify ideal squares

#9
post #5

Very interesting, especially when compared to shogi (Japanese chess), where captured pieces can be dropped in anywhere on the board. So for shogi players this "ideal square" calculation can be even more natural and more flexible as well: besides the "getting existing pieces from A to B", the "drop on B" is a lot simpler. No wonder that piece exchanges (so there is something in the hand to drop) are basic feature of t…

There is a chess variant like this - Crazy house.

Re: Using Stockfish to identify ideal squares

#10
post #5

Very interesting, especially when compared to shogi (Japanese chess), where captured pieces can be dropped in anywhere on the board. So for shogi players this "ideal square" calculation can be even more natural and more flexible as well: besides the "getting existing pieces from A to B", the "drop on B" is a lot simpler. No wonder that piece exchanges (so there is something in the hand to drop) are basic feature of t…

There is a chess variant like this - Crazy house.

> There is a chess variant like this - Crazy house.

Interesting, I've always heard it referred to as "Bughouse" or "Siamese chess".

https://en.wikipedia.org/wiki/Bughouse_chess

Post reply on HN