Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCTSConfig ¶
type MonteCarloAI ¶
type MonteCarloAI struct {
// contains filtered or unexported fields
}
func NewMonteCarlo ¶
func NewMonteCarlo(cfg MCTSConfig) *MonteCarloAI
type UniformRandom ¶
type UniformRandom struct {
// contains filtered or unexported fields
}
func (*UniformRandom) Select ¶
func (u *UniformRandom) Select(ctx context.Context, m *MonteCarloAI, p *tak.Position) *tak.Position
Click to show internal directories.
Click to hide internal directories.