Get the best move from alpha-beta
Get the best move from alpha-beta
How do you get the best move from alpha-beta, instead of just a score?
Re: Get the best move from alpha-beta
Hi,
You can download my pascal program and see how I do it from ltchess.weebly.com
This is based on the classic triangular array that David Levy describes in "How computers play chess"
Regards
Laurie
You can download my pascal program and see how I do it from ltchess.weebly.com
This is based on the classic triangular array that David Levy describes in "How computers play chess"
Regards
Laurie
Re: Get the best move from alpha-beta
Or generate the moves at the root of the position and then call search to give a value to each of these moves. Then you know the move that gives the best score.
Regards
Laurie.
Regards
Laurie.