Skip to content

Commit b6edb46

Browse files
committed
86.16% now
1 parent fd9365b commit b6edb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autotune_nomad2.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ end
9393

9494
function eval_fct(x)
9595
bb_outputs = [simulate_all(x)]
96-
success = true
96+
success = bb_outputs[1] < -0.7
9797
count_eval = true
9898
return (success, count_eval, bb_outputs)
9999
end

0 commit comments

Comments
 (0)