Skip to content

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

Notifications You must be signed in to change notification settings

Adversing/mcts.kt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcts.kt

A chess-based kotlin implementation of the Monte Carlo Tree Search which also uses the UCB1 algorithm to select the best child node to explore next during the tree search iteration.

Releases

No releases published

Packages

No packages published

Languages