mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-08-04 09:28:32 +00:00
Right before pooling the randomized inner-sampling
This commit is contained in:
@ -23,7 +23,7 @@ def tweak(St,p,sigma,high,low):
|
||||
return St
|
||||
|
||||
def Quality(Sc,objective,func):
|
||||
func_output = func.main(Sc)
|
||||
func_output = func(Sc)
|
||||
if type(func_output) == list:
|
||||
error = [func_output[i]-objective[i] for i in range(len(func_output))]
|
||||
else:
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user