BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
Search
Collaboration diagram for Search:

Files

file  Bounds.hpp
file  Callbacks.hpp
file  Constants.hpp
file  Context.hpp
file  Options.hpp
file  Result.hpp
file  Thread.hpp

Namespaces

namespace  ben_bot
namespace  ben_bot::search

Classes

struct  ben_bot::search::Bounds
struct  ben_bot::search::Callbacks
struct  ben_bot::search::Context
struct  ben_bot::search::Options
struct  ben_bot::search::Thread

Variables

constexpr auto ben_bot::search::MAX_PLY = 255uz

Detailed Description

Functions for searching to find the best move.

Variable Documentation

◆ MAX_PLY

auto ben_bot::search::MAX_PLY = 255uz
inlineconstexpr

The maximum depth that the search can reach.

Definition at line 27 of file Constants.hpp.