|
BenBot 1.7.5
A chess engine
|
#include <libchess/uci/Printing.hpp>
Classes | |
| struct | Centipawns |
| struct | MateIn |
Public Attributes | |
| bool | lowerBound { false } |
| bool | upperBound { false } |
| std::variant< Centipawns, MateIn > | value |
Represents the engine's evaluation of the line it is currently searching.
Definition at line 69 of file Printing.hpp.
| bool chess::uci::printing::SearchInfo::Score::lowerBound { false } |
True if the score is just a lower bound (ie, a beta cutoff).
Definition at line 93 of file Printing.hpp.
| bool chess::uci::printing::SearchInfo::Score::upperBound { false } |
True if the score is just an upper bound (ie, an alpha cutoff).
Definition at line 96 of file Printing.hpp.
| std::variant<Centipawns, MateIn> chess::uci::printing::SearchInfo::Score::value |
The evaluation value.
Definition at line 90 of file Printing.hpp.