You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains implementation of some mathematical models to simulate and forecast pandemic outbreaks. It is a project for my programming exam, but I count to keep it updated after the exam is done.
Solves initial value problem of SIQRD equations. Optimizes coefficients of this pandemic model, so that simualtions match observed. Implements three IVP schemes and two gradient optimization methods with line search using Wolfe conditions.