REVIEW 3 major objections 6 minor 51 references
This paper presents MEmilio, an open framework that makes compartmental, metapopulation, and agent-based epidemic models share one description and one simulation core, with high-performance computing scale.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 00:14 UTC pith:ASFQKI3L
load-bearing objection A genuinely unified multi-paradigm epidemic simulation framework, but the headline ABM speedup claim compares unequal workloads and should be re-benchmarked. the 3 major comments →
MEmilio -- A high performance Modular EpideMIcs simuLatIOn software for multi-scale and comparative simulations of infectious disease dynamics
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that the absence of a harmonized abstraction across epidemic-model paradigms is a solvable software problem, and that MEmilio is the solution. Its load-bearing design is a flow-based formulation of compartmental dynamics: transitions are written as explicit flows between states rather than net derivative changes, giving ODE, SDE, Linear Chain Trick, and integro-differential-equation models a common numerical substrate. On top of this sits a graph-based metapopulation layer with pluggable mobility schemes, a mobility-based agent-based model with hourly time steps, and a temporal-hybrid model that switches from agents to compartments when case numbers cross a thres
What carries the argument
The flow-based ODE formulation is the central mechanism: each transition between compartments is a rate sigma_{j,i}, cumulative flows are integrated, and compartment sizes are reconstructed from net flows. This single abstraction lets ODE, SDE, Linear Chain Trick, and integro-differential models share the same simulation and analysis code, and it extends naturally to graph-based metapopulations by treating each node as a local flow model coupled through a mobility operator. The temporal hybrid switch — a threshold condition plus state-conversion routines — is the second load-bearing mechanism, translating agent-based states into compartmental states so that the efficient population model tak
Load-bearing premise
The load-bearing premise is that the benchmark comparisons are setup-equivalent: in Supplementary Information Section J.1, MEmilio's agent-based model runs 120 hourly steps (5 simulated days) while the comparison daily-step simulators run 120 daily steps (120 simulated days), so the reported per-step speedups compare steps of different simulated-time length; if that premise fails, the efficiency advantage over existing agent-based frameworks is not established.
What would settle it
Run an end-to-end comparison on a single 120-day outbreak: 2,880 hourly steps in MEmilio against 120 daily steps in the comparison agent-based simulators, measuring wall-clock time, peak memory, and whether the comparison simulators complete at 128 million agents under the same hardware; if MEmilio's total runtime or memory envelope is not better under this matched workload, the headline speedup and scaling claims are not the whole story.
If this is right
- If MEmilio works as described, a research group can instantiate the same epidemic process as an ODE, linear-chain, integro-differential, metapopulation, or agent-based model from one shared specification, making inter-model comparison a configuration change rather than a reimplementation.
- Nonexponential waiting-time distributions become a default option through the Linear Chain Trick and integro-differential formulations, allowing peak-timing predictions that are known to differ from exponential-base compartmental models.
- The temporal-hybrid model is claimed to preserve agent-based extinction dynamics while cutting simulation runtime by roughly 99%, which would make stochastic individual detail affordable in the early phase of an outbreak.
- At scale, the framework claims to handle 128–256 million agents and near-ideal strong scaling for thousands of ensemble runs, which would allow extensive scenario and uncertainty exploration on high-performance computing systems.
- Integration with simulation-based inference and optimal control is claimed to be straightforward, allowing calibrated ensembles and optimized intervention strategies in a single workflow.
Where Pith is reading between the lines
- Inference: the benchmark speedups for the agent-based model may shrink if workloads are matched end-to-end; the reported comparison uses 120 hourly MEmilio steps (5 simulated days) versus 120 daily steps in the other simulators (120 simulated days), so the per-step comparison does not establish total-runtime superiority.
- Inference: the unified model description could be leveraged to build automated equivalence tests across paradigms, turning the framework into a platform for systematically probing which modeling assumptions drive forecast differences.
- Inference: the hybrid switching threshold could be tuned adaptively to keep approximation error below a user-specified tolerance, converting the runtime-accuracy tradeoff into a controllable knob rather than a fixed design choice.
- Inference: if surrogate models trained on this framework's ensembles generalize, they could make real-time web-based outbreak exploration feasible without dedicated supercomputer access, which would change how quickly scenario results reach decision-makers.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript describes MEmilio, an open-source epidemic simulation framework with a C++ core and a Python interface. The paper claims to harmonize ODE-, SDE-, LCT-, and IDE-based population-based models (PBMs), metapopulation models (MPMs), agent-based models (ABMs), temporal hybrid models, and graph-neural-network surrogates under shared abstractions, and to support calibration, scenario analysis, ensemble runs, and HPC-scale execution. Applications include PMCMC-based calibration of influenza and Ebola models, BayesFlow calibration of spatially resolved SARS-CoV-2 models for Germany and Spain, an NPI scenario analysis, an inter-model comparison, and multiple performance/scaling benchmarks (C++ vs. R, regional scaling, ABM scaling vs. Covasim and OpenCOVID, hybrid speedups, GNN surrogates, and strong scaling up to 16,384 cores). The paper concludes that MEmilio fills the gap of a multi-paradigm, scalable epidemic-modeling framework.
Significance. If the framework works as described, this is a potentially important contribution: it is one of the few open frameworks spanning PBM, MPM, ABM, and hybrid paradigms with an HPC orientation and reproducible calibration pipelines. The authors are to be credited for making the code, simulation scripts, parameter tables, and data publicly available, and for using repeated benchmark runs (e.g., median of 40 runs in Fig. 6a) and detailed SI parameter tables. The calibration sections and the inter-model comparison are specific and credible, and the framework's functional breadth appears genuinely novel. However, the paper's strongest performance claim — that MEmilio's ABM is faster than Covasim/OpenCOVID and scales beyond 64 million agents — rests on a benchmark whose workloads are not equivalent. That issue, together with a few other comparability gaps, means the efficiency half of the central claim is not yet established as stated.
major comments (3)
- [Fig. 6c / SI J.1] The ABM speedup benchmark compares different amounts of simulated time. MEmilio's ABM ran 120 hourly time steps, i.e., 5 simulated days; Covasim and OpenCOVID each ran 120 daily time steps, i.e., 120 simulated days. The reported per-step ratios (1.2–1.8x vs. Covasim, 8–12x vs. OpenCOVID) therefore do not support a wall-clock or end-to-end advantage. One simulated day requires 24 MEmilio steps, so even the upper per-step bound implies roughly 24/1.8 ≈ 13x longer per simulated day than Covasim and 24/8 = 3x to 24/12 = 2x longer per simulated day than OpenCOVID. No 120-day end-to-end benchmark is provided. The statement that MEmilio 'scales to 128 and 256 million agents, whereas Covasim and OpenCOVID did not complete runs beyond 64 million' is an out-of-memory observation, not a scaling comparison on equal footing. Please rerun the comparison with equal simulated-time horizons (e.g., 120 da
- [Fig. 6b / SI I.1] The claim that the graph-based MPM 'scales modestly with respect to regions regardless of the specific PBM' is not supported for the IDE model. SI I.1 explicitly states: 'MEmilio's IDE-based MPM is not yet able to incorporate mobility, hence its simulations are run without any exchange of individuals between regions.' The ODE- and LCT-based MPMs use instant mobility with node degree 100. The reported runtime differences (IDE about 15x slower than ODE and 3x slower than LCT) therefore conflate model formulation with missing mobility coupling. Please qualify the claim or extend the IDE MPM to include mobility before drawing cross-model scaling conclusions.
- [Fig. 6e / SI H] The GNN surrogate speedups of 806–32,078x compare a sequential CPU ODE solver with GPU-based GNN inference. As reported in SI H.2, the ODE baseline is executed on the CPU while the GNN uses a Tesla V100 GPU. This is a platform/infrastructure comparison as much as an algorithmic one, and the benchmark does not include the cost of generating the 1,000 training simulations. Please report a GPU-vs-GPU or CPU-vs-CPU comparison, or explicitly state that the 'speedup' includes the GPU advantage and that training-data generation is excluded. The claim that a trained surrogate provides fast on-the-fly predictions is reasonable; the headline 'speedup' should be qualified to avoid overstatement.
minor comments (6)
- [SI B.1.2] Typo: 'initival value problems' should be 'initial value problems'.
- [Results, 'Efficient and scalable implementations'] The phrase 'one time step in MEmilio's ABM is 1.2–1.8 (Covasim) and 8–12 (OpenCOVID) times faster than one time step' should explicitly state that MEmilio's time step is one hour while the comparators' time steps are one day, to avoid misleading readers who do not consult SI J.1.
- [SI J.2] 'shown in 11' should read 'shown in Table 11'.
- [Fig. 6b caption] The caption should state that the IDE-based MPM is simulated without mobility, per SI I.1, so that readers can interpret the comparison correctly.
- [Main text, NPI scenario analysis] The text reports selecting a representative simulation based on 'root mean square deviation' without defining the quantity or the time window; please add a pointer to SI E.
- [SI Table 10] For the IDE row, ρIDE, ξC, and ξI are listed as ConstantFunction(1), whereas the ODE/LCT rows use different numeric values. Please explain whether these are equivalent parameterizations or a deliberate calibration choice; otherwise the regional scaling comparison in Fig. 6b is confounded.
Circularity Check
Minor circularity in the inter-model comparison: the S1.1 agreement is by construction because the PBM transmission probability was harmonized to the ABM in that same scenario; the central framework and HPC claims are otherwise externally benchmarked.
specific steps
-
fitted input called prediction
[Supplementary Information Section F.2 (setup for Fig. 5d,e); main text Results, 'Model ensembles and quantification of model-specific assumptions', Fig. 5e S1.1]
"The transmission probability on contact used in the ODE-, LCT- and IDE-based models is harmonized with the transmission rates of the ABM based on S1.1 and subsequently used for all other scenarios. ... Given Setup S1 with one location per location type (S1.1), we first observe that all considered models can be aligned under the same simplifying assumptions, giving almost identical epidemic dynamics with respect to the number of Exposed, ICU, and deceased cases (Fig. 5e S1.1)."
The ODE/LCT/IDE transmission parameter is fitted to reproduce the ABM dynamics specifically in Setup S1.1, and the paper then presents the close agreement in S1.1 as an observed result. The cross-model match in that scenario is therefore by construction rather than an independent, out-of-sample comparison. The circularity is limited to this validation step: the later S2 and multi-location comparisons vary distributions and location structures after the same harmonized parameter was fixed, so those comparative conclusions retain independent content. The main claims of the paper — a unified multi-paradigm framework and computational efficiency — rest on external benchmarks (R/deSolve, Covasim, OpenCOVID) and public code, not on this fitted agreement.
full rationale
The paper is largely self-contained and externally benchmarked, so the central claims are not circular. The cross-framework ABM speed comparison (SI J.1) compares MEmilio's 120 hourly steps (5 simulated days) with Covasim's and OpenCOVID's 120 daily steps (120 simulated days); this is a benchmark-equivalence concern about the strength of the performance claim, not a circular derivation, so it does not increase the circularity score. The main circular flavor is the inter-model comparison in SI F.2: the ODE/LCT/IDE transmission probability is harmonized to the ABM using the S1.1 setup, and then the S1.1 agreement is reported as an observation. That agreement is thus partly built in by the parameter choice. However, it is a minor, non-load-bearing validation step: the framework's novelty, the hybrid-model speedups, the GNN surrogate speedups, and the large-scale ABM scaling results are all presented with explicit implementations and external or reproducible benchmarks rather than being derived from this harmonization. Self-citations appear (e.g., Bicker et al. for the hybrid model, Schmidt et al. for GNN accuracy), but they point to separate published works or are supplemented by in-paper descriptions, so they do not constitute a load-bearing self-citation chain. Overall circularity is low: score 2 reflects the one fitted-input-as-result step while recognizing that the central scientific and software claims stand on independent evidence.
Axiom & Free-Parameter Ledger
free parameters (2)
- Transmission probability on contact rho for ODE/LCT/IDE models in inter-model comparison =
0.0409163 to 0.0300238 by age group (Table 7)
- Temporal-hybrid switching threshold tau =
3 infected per 10,000 (Fig. 5b-c); 2%, 5%, 10% of agents (Fig. 6d)
axioms (5)
- standard math Diffusion approximation validity of the SDE formulation, Eq. (5), following Allen et al. (2008)
- standard math Erlang-distributed transition times via linear chain coupling of subcompartments, Eqs. (3) and (8)
- standard math Exactness of temporal Gillespie sampling for inhomogeneous Poisson processes (Vestergaard & Genois) and the master-equation description, Eq. (6)
- ad hoc to paper dABM movement kernel is the single-well potential F(x,y) = (x^4 + y^4)/2
- domain assumption Cross-model comparability holds when mean stay times are matched (S1) or mean/variance matched (S2) plus rho harmonized to the ABM
Cite this review
Pith. "Pith review of MEmilio -- A high performance Modular EpideMIcs simuLatIOn software for multi-scale and comparative simulations of infectious disease dynamics." pith.science (2026). https://pith.science/paper/ASFQKI3L
@misc{pith2026260211381,
author = {Pith},
title = {Pith review of: MEmilio -- A high performance Modular EpideMIcs simuLatIOn software for multi-scale and comparative simulations of infectious disease dynamics},
year = {2026},
howpublished = {\url{https://pith.science/paper/ASFQKI3L}},
note = {Machine review of arXiv:2602.11381}
}
read the original abstract
Epidemic and pandemic preparedness with rapid outbreak response rely on timely, trustworthy evidence. Mathematical models are crucial for supporting timely and reliable evidence generation for public health decision-making with models spanning approaches from compartmental and metapopulation models to detailed agent-based simulations. Yet, the accompanying software ecosystem remains fragmented across model types, spatial resolutions, and computational targets, making models harder to compare, extend, and deploy at scale. Here we present MEmilio, a modular, high-performance framework for epidemic simulation that harmonizes the specification and execution of diverse dynamic epidemiological models within a unified and harmonized architecture. MEmilio couples an efficient C++ simulation core with coherent model descriptions and a user-friendly Python interface, enabling workflows that run on laptops as well as high-performance computing systems. Standardized representations of space, demography, and mobility support straightforward adaptations in resolution and population size, facilitating systematic inter-model comparisons and ensemble studies. The framework integrates readily with established tools for uncertainty quantification and parameter inference, supporting a broad range of applications from scenario exploration to calibration. Finally, strict software-engineering practices, including extensive unit and continuous integration testing, promote robustness and minimize the risk of errors as the framework evolves. By unifying implementations across modeling paradigms, MEmilio aims to lower barriers to reuse and generalize models, enable principled comparisons of implicit assumptions, and accelerate the development of novel approaches that strengthen modeling-based outbreak preparedness.
Reference graph
Works this paper leans on
-
[89]
Ahnert, K. & Mulansky, M. Odeint – Solving Ordinary Differential Equations in C++.AIP Conference Proceedings1389, 1586–1589 (2011). URL https://doi.org/10.1063/1.3637934
-
[90]
Cash, J. R. & Karp, A. H. A variable order Runge-Kutta method for initial value problems with rapidly varying right-hand sides.ACM Transactions on Mathematical Software16, 201–222 (1990). URL https://doi.org/10.1145/79505.79507
arXiv 1990
-
[91]
& Vecchio, A
Messina, E., Pezzella, M. & Vecchio, A. A non-standard numerical scheme for an age-of-infection epidemic model.Journal of Computational Dynamics9, 239 (2022). URL https://doi.org/10.3934/ jcd.2021029
2022
-
[92]
Wendler, A., Plötzke, L., Tritzschak, H. & Kühn, M. J. A nonstandard numerical scheme for a novel secir integro-differential equation-based model allowing nonexponentially distributed stay times. Applied Mathematics and Computation509, 129636 (2026). URL https://doi.org/10.1016/j.amc. 2025.129636
arXiv 2026
-
[93]
URL https://www.mpi-forum.org/docs/mpi-5.0/mpi50-report.pdf
Message Passing Interface Forum.MPI: A Message-Passing Interface Standard Version 5.0(2025). URL https://www.mpi-forum.org/docs/mpi-5.0/mpi50-report.pdf
2025
-
[94]
Dagum, L. & Menon, R. OpenMP: an industry standard API for shared-memory programming. Computational Science & Engineering, IEEE5, 46–55 (1998). URL https://doi.org/10.1109/99. 660313
work page doi:10.1109/99 1998
-
[95]
T.Practical methods for optimal control and estimation using nonlinear programming (SIAM, 2010)
Betts, J. T.Practical methods for optimal control and estimation using nonlinear programming (SIAM, 2010). URL https://doi.org/10.1137/1.9780898718577.bm
-
[96]
& Lawley, M
Lin, F., Muthuraman, K. & Lawley, M. An optimal control theory approach to non- pharmaceutical interventions.BMC Infectious Diseases10, 32 (2010). URL https://doi.org/10. 1186/1471-2334-10-32
2010
-
[97]
Tsay, C., Lejarza, F., Stadtherr, M. A. & Baldea, M. Modeling, state estimation, and optimal control for the us covid-19 outbreak.Scientific Reports10, 10711 (2020). URL https://doi.org/10.1038/ s41598-020-67459-8
2020
-
[98]
Sass, S. & Mitsos, A. Obscured by terminology: Hidden parallels in direct methods for open-loop optimal control.Journal of Process Control154, 103513 (2025). URL https://doi.org/10.1016/j. jprocont.2025.103513
arXiv 2025
-
[99]
Wächter, A. & Biegler, L. T. On the implementation of an interior-point filter line-search algorithm for large-scale nonlinear programming.Mathematical programming106, 25–57 (2006). URL https: //doi.org/10.1007/s10107-004-0559-y
-
[100]
Software, Environments, and Tools (Society for Industrial and Applied Mathematics, 2011)
Naumann, U.The Art of Differentiating Computer Programs. Software, Environments, and Tools (Society for Industrial and Applied Mathematics, 2011). URL https://doi.org/10.1137/1. 9781611972078
doi:10.1137/1 2011
-
[101]
Arruda, J., Bracher, N., Köthe, U., Hasenauer, J. & Radev, S. T. Diffusion models in simulation- based inference: A tutorial review.arXiv(2025). URL https://doi.org/10.48550/arXiv.2512.20685
-
[102]
Radev, S. T.et al.BayesFlow: Amortized Bayesian workflows with neural networks.Journal of Open Source Software8, 5702 (2023). URL https://doi.org/10.21105/joss.05702
-
[103]
Schälte, Y., Klinger, E., Alamoudi, E. & Hasenauer, J. pyABC: Efficient and robust easy-to- use approximateBayesian computation.Journal of Open Source Software7, 4304 (2022). URL https://doi.org/10.21105/joss.04304
-
[104]
Andrieu, C., Doucet, A. & Holenstein, R. Particle Markov chain Monte Carlo methods.Journal of the Royal Statistical Society: Series B (Statistical Methodology)72, 269–342 (2010). URL https: //doi.org/10.1111/j.1467-9868.2009.00736.x
arXiv 2010
-
[105]
& Papaspiliopoulos, O.An Introduction to sequential Monte Carlo
Chopin, N. & Papaspiliopoulos, O.An Introduction to sequential Monte Carlo. Springer Series in Statistics (Springer International Publishing, 2020). URL https://doi.org/10.1007/ 978-3-030-47845-2
2020
-
[106]
Andrieu, C. & Roberts, G. O. The pseudo-marginal approach for efficient Monte Carlo computations.The Annals of Statistics37(2009). URL https://doi.org/10.1214/07-AOS574
-
[107]
Wieland, V., Wassmuth, N., Contento, L., Kühn, M. & Hasenauer, J. Assessment of simulation- based inference methods for stochastic compartmental models.arXiv(2025). URL https://doi.org/ 10.48550/arXiv.2512.02528
work page internal anchor Pith review Pith/arXiv arXiv doi:10.48550/arxiv.2512.02528 2025
-
[108]
URL https://doi.org/10.1016/j.epidem.2011.04.002
Edlund, S.et al.Comparing three basic models for seasonal influenza.Epidemics3, 135–142 (2011). URL https://doi.org/10.1016/j.epidem.2011.04.002
-
[109]
Buchholz, U.et al.GrippeWeb - Daten des Wochenberichts [Data set]
-
[110]
F., Boelle, P.-Y., Valleron, A.-J
Legrand, J., Grais, R. F., Boelle, P.-Y., Valleron, A.-J. & Flahault, A. Understanding the dynamics of Ebola epidemics.Epidemiology & Infection135, 610–621 (2007). URL https://doi.org/10.1017/ s0950268806007217. 45
2007
-
[111]
Rico, A.et al.Epidemiology of epidemic Ebola virus disease in Conakry and surrounding prefec- tures, Guinea, 2014–2015.Emerging infectious diseases22, 178 (2016). URL https://doi.org/10. 3201/eid2202.151304
arXiv 2014
-
[112]
URL https://plotdigitizer.com
Plotdigitizer: Version 3.1.6 (2026). URL https://plotdigitizer.com
2026
-
[113]
Kühn, M. J.et al.Assessment of effective mitigation and prediction of the spread of SARS-CoV- 2 in Germany using demographic information and spatial resolution.Mathematical Biosciences 108648 (2021). URL https://doi.org/10.1016/j.mbs.2021.108648
arXiv 2021
-
[114]
Radev, S. T., Mertens, U. K., Voss, A., Ardizzone, L. & Köthe, U. BayesFlow: Learning com- plex stochastic models with invertible neural networks.IEEE transactions on neural networks and learning systems33, 1452–1466 (2020). URL https://doi.org/10.1109/TNNLS.2020.3042395
arXiv 2020
-
[115]
Pendlerverflechtungen der sozialversicherungspflichtig Beschäftigten nach Kreisen - Deutschland (Jahreszahlen) (2022)
BMAS. Pendlerverflechtungen der sozialversicherungspflichtig Beschäftigten nach Kreisen - Deutschland (Jahreszahlen) (2022). URL https://statistik.arbeitsagentur.de/SiteGlobals/Forms/ Suche/Einzelheftsuche_Formular.html?topic_f=beschaeftigung-sozbe-krpendd. Publication Title: www.bmas.de
2022
-
[116]
Beneduce, C., Muñoz-Repiso, T. G., Lepri, B. & Luca, M. pyspainmobility: a python package to access and manage spanish open mobility data (2025). URL https://doi.org/10.48550/arXiv.2506. 13385
-
[117]
Intensivkapazitäten und COVID-19-Intensivbettenbelegung in Deutschland (2025)
Robert Koch-Institut. Intensivkapazitäten und COVID-19-Intensivbettenbelegung in Deutschland (2025). URL https://doi.org/10.5281/zenodo.17046865
-
[118]
SARS-CoV-2 Infektionen in Deutschland (2025)
Robert Koch-Institut. SARS-CoV-2 Infektionen in Deutschland (2025). URL https://doi.org/10. 5281/zenodo.17046972
2025
-
[119]
Datos abiertos de capacidad asistencial (2023)
Ministerio de Sanidad. Datos abiertos de capacidad asistencial (2023). URL https: //www.sanidad.gob.es/areas/alertasEmergenciasSanitarias/alertasActuales/nCov/documentos/ Datos_Capacidad_Asistencial_Historico_14072023.csv
2023
-
[120]
Evolución de enfermedad por el coronavirus (covid-19) (2023)
Ministerio de Sanidad. Evolución de enfermedad por el coronavirus (covid-19) (2023). URL https: //datos.gob.es/en/catalogo/e05070101-evolucion-de-enfermedad-por-el-coronavirus-covid-19
2023
-
[121]
Prem, K., Cook, A. R. & Jit, M. Projecting social contact matrices in 152 countries using contact surveys and demographic data.PLoS computational biology13, e1005697 (2017). URL https: //doi.org/10.1371/journal.pcbi.1005697
-
[122]
& Schmon, S
Ward, D., Cannon, P., Beaumont, M., Fasiolo, M. & Schmon, S. Robust neural posterior estimation and statistical model criticism. In Koyejo, S.et al.(eds.)Advances in Neural Information Processing Systems, vol. 35, 33845–33859 (Curran Associates, Inc., 2022). URL https://proceedings.neurips. cc/paper_files/paper/2022/file/db0eac6747e3631eb91095cd76065611-P...
2022
-
[123]
Kerr, C. C.et al.Covasim: An agent-based model of COVID-19 dynamics and interventions.PLOS Computational Biology17, 1–32 (2021). URL https://doi.org/10.1371/journal.pcbi.1009149. Model repository: https://github.com/InstituteforDiseaseModeling/covasim
-
[124]
Fumanelli, L., Ajelli, M., Manfredi, P., Vespignani, A. & Merler, S. Inferring the Structure of Social ContactsfromDemographicDataintheAnalysisofInfectiousDiseasesSpread.PLoS Computational Biology8, e1002673 (2012). URL https://doi.org/10.1371/journal.pcbi.1002673
-
[125]
Schmidt, A., Zunker, H., Heinlein, A. & Kühn, M. J. Graph neural network surrogates to leverage mechanistic expert knowledge towards reliable and immediate pandemic response.Scientific Reports (2026). URL https://doi.org/10.1038/s41598-026-39431-5
-
[126]
URL https://www.tensorflow.org/
Abadi, M.et al.TensorFlow: Large-scale machine learning on heterogeneous systems (2015). URL https://www.tensorflow.org/. Software available from tensorflow.org
2015
-
[127]
Grattarola, D. & Alippi, C. Graph Neural Networks in TensorFlow and Keras with Spektral [Application Notes].IEEE Computational Intelligence Magazine16, 99–106 (2021). URL https: //doi.org/10.1109/MCI.2020.3039072
arXiv 2021
-
[128]
Bianchi, F. M., Grattarola, D., Livi, L. & Alippi, C. Graph Neural Networks with Convolutional ARMA Filters.IEEE Transactions on Pattern Analysis and Machine IntelligencePP, 1–1 (2021). URL https://doi.org/10.1109/TPAMI.2021.3054830
arXiv 2021
-
[129]
Pendlerverflechtungen der sozialversicherungspflichtig Beschäftigten nach Kreisen - Deutschland (Jahreszahlen) (2020)
BMAS. Pendlerverflechtungen der sozialversicherungspflichtig Beschäftigten nach Kreisen - Deutschland (Jahreszahlen) (2020). URL https://statistik.arbeitsagentur.de/SiteGlobals/Forms/ Suche/Einzelheftsuche_Formular.html?topic_f=beschaeftigung-sozbe-krpendd. Publication Title: www.bmas.de
2020
-
[130]
Jones, T. C.et al.Estimating infectiousness throughout SARS-CoV-2 infection course.Science 373, eabi5273 (2021). URL https://doi.org/10.1126/science.abi5273
-
[131]
URLhttps://10.1038/s41564-022-01105-z
Ke, R.et al.Daily longitudinal sampling of SARS-CoV-2 infection reveals substantial heterogeneity ininfectiousness.Nature Microbiology7,640–652(2022). URLhttps://10.1038/s41564-022-01105-z
-
[132]
DESTATIS Zeitverwendungserhebung (ZVE) 2022. Available online: https://www.destatis.de/ DE/Themen/Gesellschaft-Umwelt/Einkommen-Konsum-Lebensbedingungen/Zeitverwendung/ 46 Tabellen/aktivitaeten-insgesamt-zve.html, accessed 2025-08-22
2022
-
[133]
URL https://doi.org/10.1136/bmj.n1412
Nyberg, T.et al.Risk of hospital admission for patients with SARS-CoV-2 variant b.1.1.7: cohort analysis.BMJ373, n1412 (2021). URL https://doi.org/10.1136/bmj.n1412
-
[134]
URL https: //doi.org/10.1038/s41598-022-23312-8
Zali, A.et al.Mortality among hospitalized COVID-19 patients during surges of SARS-CoV-2 alpha (b.1.1.7) and delta (b.1.617.2) variants.Scientific Reports12, 18918 (2022). URL https: //doi.org/10.1038/s41598-022-23312-8
-
[135]
Jülich Supercomputing Centre. JURECA: Data Centric and Booster Modules implementing the Modular Supercomputing Architecture at Jülich Supercomputing Centre.Journal of large-scale research facilities7, A182 (2021). URL https://doi.org/10.17815/jlsrf-7-182
-
[136]
Available online: https:// www-genesis.destatis.de/datenbank/online/table/12411-0005/search/s/MTI0MTEtMDAwNQ==, accessed 2025-08-22
DESTATIS Bevölkerung: Deutschland, Stichtag, Altersjahre. Available online: https:// www-genesis.destatis.de/datenbank/online/table/12411-0005/search/s/MTI0MTEtMDAwNQ==, accessed 2025-08-22
2025
-
[137]
DESTATIS Erwerbstätigenquoten 1991 bis 2024. Available online: https: //www.destatis.de/DE/Themen/Arbeit/Arbeitsmarkt/Erwerbstaetigkeit/Tabellen/ erwerbstaetigenquoten-gebietsstand-geschlecht-altergruppe-mikrozensus.html, accessed 2025-08-25
1991
-
[138]
Available online: https://www-genesis.destatis.de/datenbank/ online/table/12421-0100/search/s/MTI0MjEtMDEwMA==, accessed 2025-08-25
DESTATIS Vorausberechnete Privathaushalte: Deutschland, Jahre, Varianten der Haushaltsvo- rausberechnung, Haushaltsgröße. Available online: https://www-genesis.destatis.de/datenbank/ online/table/12421-0100/search/s/MTI0MjEtMDEwMA==, accessed 2025-08-25
2025
-
[139]
Avail- able online: https://www-genesis.destatis.de/datenbank/online/table/21111-0002/search/s/ MjExMTEtMDAwMg==, accessed 2025-08-25
DESTATIS Schüler: Deutschland, Schuljahr, Geschlecht, Schulart, Jahrgangsstufen. Avail- able online: https://www-genesis.destatis.de/datenbank/online/table/21111-0002/search/s/ MjExMTEtMDAwMg==, accessed 2025-08-25. 47
2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.