Table of Contents

Enum BenchmarkSuiteKind

Namespace
AiDotNet.Enums
Assembly
AiDotNet.dll

Categorizes benchmark suites by their evaluation style and infrastructure requirements.

public enum BenchmarkSuiteKind

Fields

DatasetSuite = 1

Dataset suites (supervised/unsupervised tasks backed by data loaders).

Reasoning = 0

Reasoning-style benchmarks (prompt/agent driven evaluation).

System = 2

System-level benchmarks (latency/throughput/communication and other runtime metrics).