poissonconsulting / bboutools

Boreal Caribou Survival, Recruitment and Population Growth Analysis R Package
https://poissonconsulting.github.io/bboutools/
Apache License 2.0
1 stars 1 forks source link

check whether nimble options could cause fit errors #7

Closed sebdalgarno closed 6 months ago

sebdalgarno commented 10 months ago

i.e. if the user has some weird options set we might need to set sensible defaults before functions executed then reset to user

sebdalgarno commented 10 months ago

to enable derive for ML nimbleOptions(enableDerivs = TRUE)

sebdalgarno commented 8 months ago

fixed enableDerivs possibility (set option in model functions and then reset to user)

sebdalgarno commented 6 months ago

done