flacco has been integrated w rpy2 - basic function

This commit is contained in:
Remi Ehounou
2021-05-19 22:44:17 -04:00
parent e3ff427d76
commit bcf73992f0
31 changed files with 232 additions and 168 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) > 200:
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)))