KYLChiu / sporkfish

Chess engine in Python
MIT License
5 stars 0 forks source link

history heuristic #130

Closed yibeili closed 4 months ago

yibeili commented 6 months ago

added history heuristic in

yibeili commented 6 months ago

Also another quesion is that history heuristic is only interested in moves to, but does not care about move from? probably should update the code with respect to that...

KYLChiu commented 6 months ago

Also another quesion is that history heuristic is only interested in moves to, but does not care about move from? probably should update the code with respect to that...

I answered this in my reply regarding the design using the dictionary, pls see there

KYLChiu commented 4 months ago

Well done!! Approved.