Fixed formatting for exhaustive searches
This commit is contained in:
@@ -29,7 +29,7 @@ def exhaustive(statement, context, TemplateType, build_template, parameter_names
|
|||||||
if T < minT:
|
if T < minT:
|
||||||
minT = T
|
minT = T
|
||||||
best = individual
|
best = individual
|
||||||
print '%d / %d , Best is %d %s for %s\r'%(current, nvalid, compute_perf(minT), perf_metric, best)
|
sys.stdout.write('%d / %d , Best is %d %s for %s\r'%(current, nvalid, compute_perf(minT), perf_metric, best))
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user