We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9365b commit b6edb46Copy full SHA for b6edb46
scripts/autotune_nomad2.jl
@@ -93,7 +93,7 @@ end
93
94
function eval_fct(x)
95
bb_outputs = [simulate_all(x)]
96
- success = true
+ success = bb_outputs[1] < -0.7
97
count_eval = true
98
return (success, count_eval, bb_outputs)
99
end
0 commit comments