# Meeting Note 5/4 ###### tags: `meeting note` ## 進度 ### Initialization 修改部分的code (spec有改) ### Simulation 1. transmission model - 改成使用sieve algorithm (中研院那篇的) - 測試 2. vaccination strategy - Greedy strategy - 實作了可以decrease score跟random access的max heap - 測試heap ### Other 修改shell scripts ## TODO ### Simulation 1. transmission model - 平行化sieve algorithm 2. vaccination - 把greedy strategy寫完 - 想其他的heuristic function - 看看greedy可不可以平行化 ### Visualisation 1. website - update網站的code (simulation output的spec有改) 2. chart - 寫畫圖需要的code > ![](https://i.imgur.com/LFnDYgV.png)