search

package
v1.0.2-beta Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfoStruct

type InfoStruct struct {
	StartTime int64
	StopTime  int64
	Depth     int
	DepthSet  bool
	TimeSet   bool
	MovesToGo bool
	Infinite  bool
	Nodes     int64
	Quit      bool
	Stopped   bool

	NullCut int

	// Used to calculate the efficency of our move ordering
	FailHigh      float32
	FailHighFirst float32
}

InfoStruct The search info struct

func (*InfoStruct) SearchPosition

func (info *InfoStruct) SearchPosition(pos *board.PositionStruct) error

SearchPosition for best move

Jump to

Keyboard shortcuts

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