io-chess
UCI chess engine
Loading...
Searching...
No Matches
compare_evals.cpp File Reference
#include <chrono>
#include <fstream>
#include <iostream>
#include <random>
#include <string>
#include <vector>
#include "../Types.h"
#include "eval/Evaluator.h"
#include "eval/SimpleEvalContext.h"
#include "eval/WDLConverter.hpp"
Include dependency graph for compare_evals.cpp:

Classes

struct  Config

Functions

void printUsage (const char *name)
int main (int argc, char *argv[])

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )
Here is the call graph for this function:

◆ printUsage()

void printUsage ( const char * name)
Here is the caller graph for this function: