mac-theobio / McMasterPandemic

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

Option to utilize R-based `make_state` during calibration #124

Closed stevencarlislewalker closed 2 years ago

stevencarlislewalker commented 2 years ago

Should be three options:

  1. Provide a single state that is used as the starting point for all parameter values
  2. Compute the starting state using the R-based algorithm (no Jacobian, and rounding)
  3. Compute the starting state using the TMB-based algorithm (Jacobian, and no rounding -- round not happening due to automatic differentiation subtleties)