Skip to content

Commit

Permalink
Updating paperscript for fit to match API changes made for the newer
Browse files Browse the repository at this point in the history
LIDAR estimation code.
  • Loading branch information
cgeoga committed Feb 27, 2023
1 parent ffb38f2 commit 3bd825a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paperscripts/EM/fit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function estimate_index(j, sleeptime=45)
kw = (:box_lower=>[1e-3, 1e-3, 0.4, 0.0],)
el = @elapsed est = em_estimate(cfg, saaj, ini;
#optimizer=_knitro_optimize_box,
errormodel=Vecchia.ScaledIdentity(15_000),
optimizer_kwargs=kw,
warn_optimizer=false,
warn_notation=false)
Expand Down

0 comments on commit 3bd825a

Please sign in to comment.