package
1.0.3
Repository: https://github.com/frankkopp/frankygo.git
Documentation: pkg.go.dev

# Functions

LmpMovesSearched returns a depth dependent value for moves searched for late Move Prunings.
LmrReduction returns the search depth reduction for LMR depended on depth and moves searched.
NewSearch creates a new Search instance.
NewSearchLimits creates a new empty Limits instance and returns a pointer to it.

# Structs

Limits is data structure to hold all information about how a search of the chess games shall be controlled.
Result stores the result of a search.
Search represents the data structure for a chess engine search Create new instance with NewSearch().
Statistics are extra data and stats not essential for a functioning search.