User Tools

Site Tools


chess:programming:move_history

Chess - Programming - Move History

Keep a record of all moves made.

  • Also take note of moves that raise the value of alpha, or causes a beta cutoff.
  • Then divide the alpha or beta cutoff history value with the all-move value.

This should make the history data a bit more sane (essentially penalizing it for making the move without causing a cutoff).


Check history. Keep a record of all checks.


Move History

chess/programming/move_history.txt · Last modified: 2022/01/06 18:40 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki