Skip to content

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages