Integrate libraries with vcpkg #6

Merged
rmontanana merged 27 commits from vcpkg into main 2025-07-02 17:39:44 +00:00
38 changed files with 215 additions and 3645 deletions
Showing only changes of commit f5107abea7 - Show all commits

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 };
} }