BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
ben_bot::search Namespace Reference

Classes

struct  Bounds
struct  Callbacks
struct  Context
struct  Move
struct  Options
struct  Position
struct  Result
struct  Score
struct  Thread

Typedefs

using MoveList

Variables

constexpr auto MAX_PLY = 255uz

Detailed Description

This namespace contains functions related to searching the move tree for the principal variation.

Typedef Documentation

◆ MoveList

A stack-allocated array of moves.

See also
MAX_MOVES

Definition at line 63 of file MoveGen.hpp.