Skip to content

Commit c998ba8

Browse files
committed
deploy: 1f84e71
1 parent a0ba4c3 commit c998ba8

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

references/index.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,6 +1723,101 @@ <h2 id="year2025" class="year">2025 <span class="count-stat"></span></h2>
17231723
</div>
17241724
</div>
17251725

1726+
</div>
1727+
</li>
1728+
<li><div class="bibtex-entry-container">
1729+
<div>
1730+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
1731+
<div class="row">
1732+
<div class="col-md-12 ref-label label label-default">
1733+
GattiglioEtAl2025
1734+
</div>
1735+
</div>
1736+
</div>
1737+
1738+
<div class="bibtex-ref-entry">
1739+
<span id="GattiglioEtAl2025">G. Gattiglio, L. Grigoryeva, and M. Tamborrino, “Prob-GParareal: A Probabilistic Numerical Parallel-in-Time Solver for Differential Equations,” arXiv:2509.03945v1 [stat.CO], 2025 [Online]. Available at: <a href="http://arxiv.org/abs/2509.03945v1" target="_blank">http://arxiv.org/abs/2509.03945v1</a></span>
1740+
</div>
1741+
1742+
1743+
<div class="row mt-4">
1744+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
1745+
<div class="btn-group btn-group-xs" role="group">
1746+
1747+
<button class="button" data-toggle="modal" data-target="#modalGattiglioEtAl2025Bibtex" aria-expanded="false"
1748+
aria-controls="modalGattiglioEtAl2025Bibtex">
1749+
BibTeX
1750+
</button>
1751+
1752+
</div>
1753+
<div class="btn-group btn-group-xs" role="group">
1754+
1755+
<button class="button" data-toggle="modal" data-target="#modalGattiglioEtAl2025Abstract" aria-expanded="false"
1756+
aria-controls="modalGattiglioEtAl2025Abstract">
1757+
Abstract
1758+
</button>
1759+
1760+
</div>
1761+
</div>
1762+
</div>
1763+
</div>
1764+
1765+
<div class="modal" id="modalGattiglioEtAl2025Bibtex" tabindex="-1" role="dialog"
1766+
aria-labelledby="modalGattiglioEtAl2025BibtexTitle" aria-hidden="true">
1767+
<div class="modal-background">
1768+
<div class="modal-card">
1769+
<div class="modal-content">
1770+
<header class="modal-card-head">
1771+
<div class="modal-card-head-content">
1772+
<div>
1773+
<p class="modal-card-title" id="modalGattiglioEtAl2025BibtexTitle">
1774+
BibTeX entry <code>GattiglioEtAl2025</code>
1775+
</p>
1776+
</div>
1777+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1778+
aria-hidden="true">&times;</span></button>
1779+
</div>
1780+
</header>
1781+
<section class="modal-card-body">
1782+
<pre class="abstract">@unpublished{GattiglioEtAl2025,
1783+
author = {Gattiglio, Guglielmo and Grigoryeva, Lyudmila and Tamborrino, Massimiliano},
1784+
howpublished = {arXiv:2509.03945v1 [stat.CO]},
1785+
title = {Prob-GParareal: A Probabilistic Numerical Parallel-in-Time Solver for Differential Equations},
1786+
url = {http://arxiv.org/abs/2509.03945v1},
1787+
year = {2025}
1788+
}
1789+
</pre>
1790+
</section>
1791+
</div>
1792+
</div>
1793+
</div>
1794+
</div>
1795+
1796+
1797+
<div class="modal" id="modalGattiglioEtAl2025Abstract" tabindex="-1" role="dialog"
1798+
aria-labelledby="modalGattiglioEtAl2025AbstractTitle" aria-hidden="true">
1799+
<div class="modal-background">
1800+
<div class="modal-card">
1801+
<div class="modal-content">
1802+
<header class="modal-card-head">
1803+
<div class="modal-card-head-content">
1804+
<div>
1805+
<p class="modal-card-title" id="modalGattiglioEtAl2025AbstractTitle">
1806+
Abstract for BibTeX entry <code>GattiglioEtAl2025</code>
1807+
</p>
1808+
</div>
1809+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
1810+
aria-hidden="true">&times;</span></button>
1811+
</div>
1812+
</header>
1813+
<section class="modal-card-body">
1814+
We introduce Prob-GParareal, a probabilistic extension of the GParareal algorithm designed to provide uncertainty quantification for the Parallel-in-Time (PinT) solution of (ordinary and partial) differential equations (ODEs, PDEs). The method employs Gaussian processes (GPs) to model the Parareal correction function, as GParareal does, further enabling the propagation of numerical uncertainty across time and yielding probabilistic forecasts of system’s evolution. Furthermore, Prob-GParareal accommodates probabilistic initial conditions and maintains compatibility with classical numerical solvers, ensuring its straightforward integration into existing Parareal frameworks. Here, we first conduct a theoretical analysis of the computational complexity and derive error bounds of Prob-GParareal. Then, we numerically demonstrate the accuracy and robustness of the proposed algorithm on five benchmark ODE systems, including chaotic, stiff, and bifurcation problems. To showcase the flexibility and potential scalability of the proposed algorithm, we also consider Prob-nnGParareal, a variant obtained by replacing the GPs in Parareal with the nearest-neighbors GPs, illustrating its increased performance on an additional PDE example. This work bridges a critical gap in the development of probabilistic counterparts to established PinT methods.
1815+
</section>
1816+
</div>
1817+
</div>
1818+
</div>
1819+
</div>
1820+
17261821
</div>
17271822
</li>
17281823
<li><div class="bibtex-entry-container">

0 commit comments

Comments
 (0)