Khenziii / croissantdealer

🥐 Chess engine & Lichess' API wrapper
Creative Commons Attribution Share Alike 4.0 International
2 stars 0 forks source link

Adding piece square tables #1

Open Dragjon opened 11 months ago

Dragjon commented 11 months ago

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 of the game, opening and middlegame

Khenziii commented 11 months ago

Cool! :)

Changing the evaluation based on the position of the piece on the board is definitely a good idea. I'm going to add this to the TO-DO list.