io-chess
UCI chess engine
Loading...
Searching...
No Matches
Evaluator.cpp File Reference

Runtime evaluator manager implementation. More...

#include "Evaluator.h"
#include "EvalContextMoECache.h"
#include <filesystem>
#include <iostream>
#include <stdexcept>
Include dependency graph for Evaluator.cpp:

Detailed Description

Runtime evaluator manager implementation.

Handles the instantiation of thread-local evaluation contexts, loading shared neural network weights, and routing evaluation requests during the game.