Add comment in Statistics

This commit is contained in:
2025-05-14 14:02:53 +02:00
parent e64e281b63
commit f5107abea7

View File

@@ -91,7 +91,7 @@ namespace platform {
} }
void Statistics::computeWTL() void Statistics::computeWTL()
{ {
// Compute the WTL matrix // Compute the WTL matrix (Win Tie Loss)
for (int i = 0; i < nModels; ++i) { for (int i = 0; i < nModels; ++i) {
wtl[i] = { 0, 0, 0 }; wtl[i] = { 0, 0, 0 };
} }