You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run a single iteration of focei optimization (the equivalent of NONMEM's MAXEVAL = 0). When looking at the arguments to foceiControl(), I'm not sure how to interpret the differences between some of the arguments.
eval.max, iter.max, maxInnerIterations, maxOuterIterations, and n1qn1nsim all look similar to me. Can you please help me understand what the differences are between them (and likely a documentation update would help, too)?
The text was updated successfully, but these errors were encountered:
The equivalent is using est="posthoc" though maxOuterIterations=0 is
equivalent. Other than maxInnerIterations, all the other options relate to
the optimization method used.
On Wed, Apr 3, 2024, 1:13 PM Bill Denney ***@***.***> wrote:
I want to run a single iteration of focei optimization (the equivalent of
NONMEM's MAXEVAL = 0). When looking at the arguments to foceiControl(),
I'm not sure how to interpret the differences between some of the arguments.
eval.max, iter.max, maxInnerIterations, maxOuterIterations, and n1qn1nsim
all look similar to me. Can you please help me understand what the
differences are between them (and likely a documentation update would help,
too)?
—
Reply to this email directly, view it on GitHub
<#432>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5VWTYY2MVKIZRVGX2U7TY3RBFLAVCNFSM6AAAAABFV2LFJWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDGNJZHE3TIMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I want to run a single iteration of
focei
optimization (the equivalent of NONMEM'sMAXEVAL = 0
). When looking at the arguments tofoceiControl()
, I'm not sure how to interpret the differences between some of the arguments.eval.max
,iter.max
,maxInnerIterations
,maxOuterIterations
, andn1qn1nsim
all look similar to me. Can you please help me understand what the differences are between them (and likely a documentation update would help, too)?The text was updated successfully, but these errors were encountered: