|
io-chess
UCI chess engine
|
Runtime evaluator manager implementation. More...
#include "Evaluator.h"#include "EvalContextMoECache.h"#include <filesystem>#include <iostream>#include <stdexcept>
Runtime evaluator manager implementation.
Handles the instantiation of thread-local evaluation contexts, loading shared neural network weights, and routing evaluation requests during the game.