mac-theobio / McMasterPandemic

SEIR+ model
GNU General Public License v3.0
20 stars 5 forks source link

Try out new AD library within TMB #206

Open bbolker opened 2 years ago

bbolker commented 2 years ago

This issue describes speedups available by enabling a new AD library inside of TMB.

According to this commit all we need to do is Depend: on TMB >= 1.8.0 (DESCRIPTION file) and add PKG_CPPFLAGS = -DTMBAD_FRAMEWORK to src/Makevars, and see if it works ... ???