testing the stats

This commit is contained in:
Remi Ehounou
2021-05-15 21:37:16 -04:00
parent 466d7ec7d6
commit e3ff427d76
2 changed files with 11 additions and 9 deletions

View File

@ -72,7 +72,7 @@ def main(func, obj, S, args):
route.append(Best[:])
print(route)
if t < 0 or Quality(Best,y,func) > 50:
if t < 0 or Quality(Best,y,func) > 200:
break
#print('the Best Quality obtained was:{}'.format(Quality(Best,y)))
print("Final Quality is: {}".format(Quality(Best,y,func)))