Skip to content

Releases: bediger4000/kalah

Faster and more correct

01 Mar 22:53
5dcf450
Compare
Choose a tag to compare

Re-written MCTS+UCB1 code.

Made alpha-beta minimaxing more efficient, mainly by passing type Board structs by reference, but also by ridding func alphaBeta of array arguments that didn't get used.

Working, but somewhat wrong, version

15 Feb 21:30
Compare
Choose a tag to compare

Works, but MCTS is not at all correct.