Skip to content

Commit

Permalink
show trace on optim-jump
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Jan 27, 2024
1 parent 741e815 commit 8f4a257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug/optim-jump.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ end

set_optimizer(model, Optim.Optimizer)
set_optimizer_attribute(model, "method", IPNewton())
set_optimizer_attribute(model, "show_trace", true)

model_build_time = time() - time_start

Expand Down

0 comments on commit 8f4a257

Please sign in to comment.