Update genetic impl

This commit is contained in:
2025-07-10 22:07:21 +07:00
parent 2fc7a1d4bb
commit 551480d618
7 changed files with 29 additions and 13 deletions

View File

@@ -22,5 +22,6 @@ namespace Managing.Infrastructure.Databases.MongoDb.Collections
public PerformanceMetrics Statistics { get; set; }
public double Score { get; set; }
public string Identifier { get; set; }
public string RequestId { get; set; }
}
}