huiwang / codingame-scala-kit

Create Better CG Bot in Scala
23 stars 15 forks source link

WIP: MCTS, alphabeta algorithms for 2p #26

Closed tyrcho closed 7 years ago

tyrcho commented 7 years ago

@huiwang sorry for the single commit, I got a weird issue with my laptop and I had to clone again the repository.

MCTS is working well with good performance and several tests. alphabeta still requires quite some work :

huiwang commented 7 years ago

@tyrcho do you want to merge this PR first and then transform the todos to other tasks that we can do in the future?

tyrcho commented 7 years ago

Yep, it's OK with me, better not to let branches live too long.