Skip to content

Commit

Permalink
more samin exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
Thore Kockerols authored and Thore Kockerols committed Nov 14, 2024
1 parent 373abd9 commit 7fb4139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MacroModelling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3725,7 +3725,7 @@ function find_SS_solver_parameters!(𝓂::ℳ; maxtime::Int = 120, maxiter::Int

sol = Optim.optimize(x -> calculate_SS_solver_runtime_and_loglikelihood(x, 𝓂),
lbs, ubs, pars,
Optim.SAMIN(verbosity = verbosity, nt = 2, ns = 2),
Optim.SAMIN(verbosity = verbosity, nt = 5, ns = 5),
Optim.Options(time_limit = maxtime, iterations = maxiter))

pars = Optim.minimizer(sol)
Expand Down

0 comments on commit 7fb4139

Please sign in to comment.