|
io-chess
UCI chess engine
|
Abstract interface for board evaluation algorithms. More...
#include "FeatureExtractor.hpp"#include "WDLConverter.hpp"#include "../Types.h"#include <cstdint>

Go to the source code of this file.
Classes | |
| class | IEvaluator |
| Abstract interface for evaluators. More... | |
Abstract interface for board evaluation algorithms.
Defines the common API that all evaluators (both neural-network-based and simple handcrafted ones) must implement to score board positions.