Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
func (*Analyzer) AnalyzeGame ¶
type Config ¶
type Config struct {
Threads int
HashMB int
BestMoveDepth int
VerifyMoveTime time.Duration
BlunderThresholdCP int
SkipOpeningPlies int
}
func DefaultConfig ¶
func DefaultConfig() Config
type GameAnalysis ¶
type GameAnalysis struct {
Puzzles []Puzzle
}
Click to show internal directories.
Click to hide internal directories.