We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6caa48e commit dae8852Copy full SHA for dae8852
1 file changed
src/algorithms/TambyVanderpooten.jl
@@ -223,7 +223,6 @@ function _minimize_multiobjective!(
223
break
224
end
225
k, u = _select_search_zone(U_N, yI, yN)
226
- @show k, u
227
# Solve problem Π¹(k, u)
228
MOI.set(inner, MOI.ObjectiveFunction{typeof(scalars[k])}(), scalars[k])
229
# Update the constraints y_i < u_i. Note that this is a strict
0 commit comments