pd_knecht_profile: Run profiles on knecht

View source: R/pd_knecht.R

pd_knecht_profileR Documentation

Run profiles on knecht

Description

Will profile the parameters stored in pd$pars

Usage

pd_knecht_profile(
  pd,
  .outputFolder,
  FLAGforcePurge = FALSE,
  FLAGfixParsOnBoundary = TRUE,
  profpars = names(pd$pars),
  passwdEnv = Sys.getenv("hurensohn"),
  machine = "knecht"
)

Arguments

pd
.outputFolder
FLAGforcePurge
FLAGfixParsOnBoundary

Fix parameters which went to the boundary. Don't fit and don't use for reoptimization. A bit heuristic, but dMod::profile() does not support boundaries. Therefore, if those parameters were not fixed, one potentially not start from the "optimum"

profpars

I suggest to use either 1. names(pd$pars) or 2. hard code the result from pd_profile_getParsNotYetProfiled()

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

See Also

Other knecht: knechtStatusMessage(), pd_knecht_L1_fitUnbiasedEachMstrust(), pd_knecht_L1_fitUnbiasedEachOnce(), pd_knecht_L1_mstrust(), pd_knecht_L1(), pd_knecht_mstrust()


dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.