Skip to content
Snippets Groups Projects
Commit 8d1c0300 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Reducing cofig crash penality to 5 percentage points (from 20)

parent 76a8dd9d
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,8 @@ class DevTuner(MeasurementInterface): ...@@ -220,7 +220,8 @@ class DevTuner(MeasurementInterface):
accuracy = utils.readAccuracy("final_accuracy") accuracy = utils.readAccuracy("final_accuracy")
if self.corrupted_run == True: if self.corrupted_run == True:
accuracy = self.tunerData.accuracy_slack - 20 # Invalid Run accuracy = self.tunerData.accuracy_slack - 5 # Invalid Run
print ("\n\n\n **** Corrupted Run **** Accuracy = ", accuracy, " --- \n\n\n")
self.corrupted_run = False self.corrupted_run = False
# getConfigCost returns the cost associated with the selected configuration # getConfigCost returns the cost associated with the selected configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment