Open Dragjon opened 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
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.
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