Skip to main content

All Questions

3 votes
1 answer
516 views

CNN autoencoder for feature extraction for a chess position

I'm currently building a chess engine in my free time while entering my second year of my master's studies in computer science. For a class we need to perform a litterature survey of a topic and ...
mr_escape's user avatar
5 votes
1 answer
276 views

Leela Chess PUCT Mechanism

How do we know w_i which is not possible to calculate using the tree search only? From the lc0 slide, w_i is equal to summation of subtree of V ? How is this equivalent to winning ?
kevin's user avatar
  • 161
3 votes
3 answers
1k views

FEN inverter website/page?

This board shows the black pieces on the bottom, but the white pieces are supposed to be there; I accidentally set up the board so that white's pieces are on the black side. I am looking to flip the ...
Jossie Calderon's user avatar
2 votes
1 answer
571 views

Estimating probability of player playing move in the opening

For position you never played, book probability is perfectly fine for me. The question starts when you already played position x-times. I'm looking for function that will update book probabilities ...
hoacin's user avatar
  • 3,286
8 votes
1 answer
377 views

Mathematical formula to get how broad opening repertoire is

programmers and mathematicians! I'm looking for some opinions how to build meaningfull formula that represents broadness of opponent's repertoire. At the moment I do it like this: I filter all ...
hoacin's user avatar
  • 3,286
2 votes
1 answer
858 views

What's the average piece density?

In a position, the piece density is equal to the total number of pieces on the board (Whites pieces + Black pieces) divided by the total number of squares (64). At the beginning of every game, the ...
Fate's user avatar
  • 4,894