-
I have also written my own python chess engine and used the PeSTO's evaluation function as my evaluation function and it has piece square tables and piece values that are distinct in different stages …
-
- ~tune relative importance of criteria~
- better piece-square tables
- arithmetic coding (https://www.reddit.com/r/chess/comments/83xmhl/lichess_developer_update_275_improved_game/dvlsijp/) or grou…
-
because i'm interested in programming chess engines -and using them- i just read some of your texts, esp. https://rustic-chess.org/evaluation/psqt.html : about Piece-Square Tables .. being a programme…
-
although your engine is simple, i like to compile it but this fails .. i used the following command to compile :
```
$ clang++-16 *.cpp -O3 -o mychessengine -lpthread -lm
In file included from en…
-
Issue reported from Round ID: 131398 (/tg/Station Manuel [ENGLISH] [US-WEST] [ROLEPLAY] [99% LAG FREE])
Reporting client version: 513.1508
Reported so far:
- Reinforced glass
- Cardboard
-…
-
LoadDiagram sets ts to KQK.
-
Hi, I had a looked at your code and I was wondering why doesn't the rook or queen have a piece square table?
-
just an idea -
being a chess player and a programmer, i imagine position types for an engine to evaluate.
if 'position types' exist, how to determine / define them ?
let's say 5 types exist - w…
-
-