We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921f0da commit 095ef33Copy full SHA for 095ef33
ext/MixedModelsPRIMAExt.jl
@@ -71,7 +71,7 @@ function MixedModels.optimize!(m::LinearMixedModel, ::PRIMABackend; progress::Bo
71
push!(fitlog, (copy(optsum.initial), optsum.finitial))
72
info = prima_optimizer!(Val(optsum.optimizer), obj, optsum.final;
73
xl=optsum.lowerbd, maxfun=optsum.maxfeval,
74
- optsum.rhoend, optsumrhobeg)
+ optsum.rhoend, optsum.rhobeg)
75
ProgressMeter.finish!(prog)
76
optsum.feval = info.nf
77
optsum.fmin = info.fx
0 commit comments