Get overall results and post the photo
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
async Task RunTest(){
|
||||
D683_Project_Test tests = new D683_Project_Test(aiModule);
|
||||
float score = await tests.Simulate();
|
||||
TestResults = "Performance [measured in dollars difference from starting money]: " + score.ToString();
|
||||
TestResults = $"The amount of money the AI did better than the SPY: ${score} or { score / 10 }% better";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user