mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-06-17 10:38:36 +00:00
fixed optimization space lower limit error
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user