|
io-chess
UCI chess engine
|
Implementation of the thread-local MoE evaluator. More...
#include "EvalContextMoECache.h"#include "MoERouting.h"#include <FactorizedFeatureExtractor.hpp>#include <algorithm>#include <cmath>#include <cstring>#include <fstream>#include <iostream>#include <sstream>
Implementation of the thread-local MoE evaluator.
Implements the incremental accumulator state updates and rapid board evaluation logic using the Factorized Mixture of Experts (MoE) network.