Skip to content

Commit 6e3f417

Browse files
committed
removed useless jump settings
1 parent eec8d12 commit 6e3f417

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/estimator/mhe.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ function init_optimization!(
171171
# --- variables and linear constraints ---
172172
nvar = length(estim.W̃)
173173
set_silent(optim)
174-
#set_attribute(optim, "max_iter", 1000*nvar)
175-
set_attribute(optim, "nlp_scaling_method", "gradient-based")
176-
#set_attribute(optim, "nlp_scaling_max_gradient", 1000)
177174
#limit_solve_time(estim) #TODO: add this feature
178175
@variable(optim, W̃var[1:nvar])
179176
# --- nonlinear optimization init ---

0 commit comments

Comments
 (0)