Closed TheoMichelot closed 3 years ago
I've been getting the following warning when running HMM$fit, even for simple models where I wouldn't expect convergence issues:
HMM$fit
Warning messages: 1: In optimx.run(par, optcfg$ufn, optcfg$ugr, optcfg$uhess, lower, : Hessian is reported non-symmetric with asymmetry ratio 3.73470853123001e-10 2: Hessian forced symmetric
For a reproducible example, see e.g. the driver.R script in inst/.
driver.R
Fixed by specifying control arg to optimx as default to disable kkt tests.
I've been getting the following warning when running
HMM$fit
, even for simple models where I wouldn't expect convergence issues:For a reproducible example, see e.g. the
driver.R
script in inst/.