kaskr

Results 8 issues of kaskr

Unfortunately the TMB wiki pages have been injected with malicious links several times. I have therefore closed for public edits. In case you want permission to edit the wiki, please...

News

#### Description: It would be nice if saved model objects would remain valid when updating to new versions of TMB - see e.g. https://github.com/glmmTMB/glmmTMB/issues/651 . #### Solution idea: Currently, a...

Wish list

Reported by @fishfollower : The following template does not compile. ```cpp #include template Type objective_function::operator() () { using namespace density; array omega; vector rho; Type s = 1; SIMULATE {...

Bug

Comments from @williamaeberhard : - the `obj$env$last.par` shouldn't change after running sdreport on it, in particular it should not replace the estimates from the optimizer (the values we really should...

Bug
Suggestion

Since the recent release of `R-3.5.0` all TMB travis tests that uses *nlminb with bounds* have been failing. Problem seems to occur on *very few systems only*. I have tracked...

Example: Try to include `lgamma(Inf)` in a parallel TMB model. A warning is triggered that causes the model to crash. Solution idea: Either redirect errors and warnings for parallel models...

Bug

This Windows specific issue was raised on https://groups.google.com/g/tmb-users/c/1K65LWZ8SIE Workarounds are currently needed: ```r library(RTMB) set.seed(123) data

This issue was discovered on https://github.com/openpharma/mmrm/issues/462 ## Description Some Eigen algorithms (e.g. LDL factorization) require `std::numeric_limits` to work for `Type`. TMB does not have such a specialization when using `framework="TMBad"`....