kaskr
kaskr
@LuisACubillos OK thanks for testing - it seems this issue is far from solved.
This is not the right way to use maps because the factor levels are kept constant (fix by e.g. `x=factor(x)`). The documentation ?MakeADFun should probably be improved by saying something...
@yukio-takeuchi The problem is not limited to Mac. I can replicate the issue on a Linux system using any version of clang up to 11.0.0. (However, the LLVM version of...
It's a known issue. An alternative 'fix' is: ``` vector out2 = lgamma(vector(x + 0)); ``` I admit it would be nice if such casts weren't necessary.
@lentinj > does this seem like a plan? Yes - thanks.
@2039 Thanks for the suggestion, but unfortunately it's not that simple to add a row method - at least not with the current array design. To be consistent with other...
It's true there are some inconsistencies in the array class that would be nice to fix. However, what I'm saying is that it's not so easy with the current design....
Hi Noel, The analytical Hessian obj$he currently only works for models without random effects. As you correctly point out, you don't need obj$he in order to use nlminb or sdreport....
It appears from the compiler errors that this implementation is not suitable for AD types ( we do not allow conversion from the AD type `CppAD::AD` to `float` ). In...
@jlaake The TMB google group seems to be working fine. You are right this is an appropriate place to post questions and I have added a link on the FAQ:...