history

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package history provides data structures and functionality to manage history driven move tables (e.g. history counter, counter moves, etc.)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type History

type History struct {
	HistoryCount [2][64][64]int64
	CounterMoves [64][64]Move
}

History is a data structure updated during search to provide the move generator with valuable information for move sorting.

func NewHistory

func NewHistory() *History

NewHistory creates a new History instance.

func (History) String

func (h History) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL