An open API service indexing awesome lists of open source software.

https://github.com/adversing/mcts.kt

A chess-based kotlin implementation of the Monte Carlo Tree Search
https://github.com/adversing/mcts.kt

algorithmic-prediction chess game-theory heuristic-search-algorithms kotlin montecarlo-tree-search

Last synced: 7 months ago
JSON representation

A chess-based kotlin implementation of the Monte Carlo Tree Search

Awesome Lists containing this project

README

          

# mcts.kt
A chess-based kotlin implementation of the [Monte Carlo Tree Search](https://en.wikipedia.org/wiki/Monte_Carlo_tree_search) which also uses the [UCB1 algorithm](https://learn.microsoft.com/en-us/archive/msdn-magazine/2019/august/test-run-the-ucb1-algorithm-for-multi-armed-bandit-problems#understanding-the-ucb1-algorithm) to select the best child node to explore next during the tree search iteration.