fixed optimization space lower limit error

This commit is contained in:
Remi Ehounou
2021-09-11 16:53:22 -04:00
parent 6db3811864
commit b05666e137
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ def main(func, S, args):
sigma = 0.1
route.append(Best[:])
while True:
print('\n\n\n')
#print('\n\n\n')
R = tweak(cp.deepcopy(S),p,sigma,high, low)
print(R)
print(S)