mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-06-17 18:48:29 +00:00
added more fumctions for testing
This commit is contained in:
@ -72,7 +72,7 @@ def main(func, obj, S, args, connection):
|
||||
route.append(Best[:])
|
||||
print(route)
|
||||
|
||||
if t < 0 or Quality(Best,y,func) > 1000:
|
||||
if t < 0 or Quality(Best,y,func) > 50:
|
||||
break
|
||||
#print('the Best Quality obtained was:{}'.format(Quality(Best,y)))
|
||||
print("Final Quality is: {}".format(Quality(Best,y,func)))
|
||||
|
Reference in New Issue
Block a user