MCPcopy Create free account
hub / github.com/dhbloo/rapfi / BenchEntry

Class BenchEntry

Rapfi/command/benchmark.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35constexpr CandidateRange CandRange = CandidateRange::SQUARE3_LINE4;
36
37struct BenchEntry
38{
39 Rule rule;
40 int boardSize;
41 int searchDepth;
42 std::string positionString;
43};
44
45static const std::vector<BenchEntry> benchSet = {
46 // Freestyle positions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected