Finalize the preditctor algorithm

This commit is contained in:
derek.holloway
2026-03-12 09:35:12 -07:00
parent 8df645aac5
commit 45353b8a01
3 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -207,7 +207,7 @@
async Task RunTest(){
D683_Project_Test tests = new D683_Project_Test(aiModule);
float score = await tests.Simulate();
TestResults = score.ToString();
TestResults = "Performance [measured in dollars difference from starting money]: " + score.ToString();
}
}