CDCgov / Rt-without-renewal

https://cdcgov.github.io/Rt-without-renewal/
Apache License 2.0
17 stars 3 forks source link

Adding an MAP optimization `EpiMethod`; possibly tempered #306

Open SamuelBrand1 opened 3 months ago

SamuelBrand1 commented 3 months ago

Following the issues with #238 we could experiment with initialisation of pathfinder.

I've had success with pre-heating the pre-heating of pathfinder but doing a sequence of tempered MAP optimizations to initialize pathfinder, which subsequently gives an informed starting point for NUTS metric selection e.g.

https://github.com/cdcent/cfa-forecast-mechanistic-julia/blob/main/src/inference-methods/map-optimization.jl

seabbs commented 3 months ago

Noting that this could be a fun issue for a new contributor...

SamuelBrand1 commented 1 month ago

Some recent developments: Turing 0.33 has a nicer interface to mode optimization https://turinglang.org/docs/tutorials/docs-17-mode-estimation/ so this should be nicer to do.