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

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>
Include dependency graph for EvalContextMoECache.cpp:

Detailed Description

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.