Finalize the preditctor algorithm
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 = score.ToString();
|
||||
TestResults = "Performance [measured in dollars difference from starting money]: " + score.ToString();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user