com.phasmidsoftware.gambit.game.MCTSNode
See theMCTSNode companion class
Companion object for MCTSNode, providing factory methods.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Creates a child node derived from a given state, move, and the player who made it.
Creates a child node derived from a given state, move, and the player who made it.
Attributes
Creates the root node of an MCTS tree. No parent, no associated move, no player who moved to generate it.
Creates the root node of an MCTS tree. No parent, no associated move, no player who moved to generate it.
Attributes