richardjs / zoe

AI engine for the strategy game Hive
GNU General Public License v3.0
2 stars 0 forks source link

Implement pre-MCTS checking in UHP #6

Closed richardjs closed 1 year ago

richardjs commented 1 year ago

Right now, UHP just runs MCTS directly. We need to abstract all the things performed (currently) in main so that the UHP interface can use it.