Skip to content

Commit 1fe0851

Browse files
authored
Merge pull request #803 from Parallel-in-Time/bibtex-bibbot-802-52b0785
pint.bib updates
2 parents 52b0785 + 38eb196 commit 1fe0851

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_bibliography/pint.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6924,6 +6924,15 @@ @unpublished{FreeseEtAl2024
69246924
year = {2024},
69256925
}
69266926

6927+
@unpublished{GattiglioEtAl2024,
6928+
abstract = {With the advent of supercomputers, multi-processor environments and parallel-in-time (PinT) algorithms offer ways to solve initial value problems for ordinary and partial differential equations (ODEs and PDEs) over long time intervals, a task often unfeasible with sequential solvers within realistic time frames. A recent approach, GParareal, combines Gaussian Processes with traditional PinT methodology (Parareal) to achieve faster parallel speed-ups. The method is known to outperform Parareal for low-dimensional ODEs and a limited number of computer cores. Here, we present Nearest Neighbors GParareal (nnGParareal), a novel data-enriched PinT integration algorithm. nnGParareal builds upon GParareal by improving its scalability properties for higher-dimensional systems and increased processor count. Through data reduction, the model complexity is reduced from cubic to log-linear in the sample size, yielding a fast and automated procedure to integrate initial value problems over long time intervals. First, we provide both an upper bound for the error and theoretical details on the speed-up benefits. Then, we empirically illustrate the superior performance of nnGParareal, compared to GParareal and Parareal, on nine different systems with unique features (e.g., stiff, chaotic, high-dimensional, or challenging-to-learn systems).},
6929+
author = {Guglielmo Gattiglio and Lyudmila Grigoryeva and Massimiliano Tamborrino},
6930+
howpublished = {arXiv:2405.12182v1 [stat.CO]},
6931+
title = {Nearest Neighbors GParareal: Improving Scalability of Gaussian Processes for Parallel-in-Time Solvers},
6932+
url = {http://arxiv.org/abs/2405.12182v1},
6933+
year = {2024},
6934+
}
6935+
69276936
@unpublished{GuEtAl2024,
69286937
abstract = {For pricing American options, %after suitable discretization in space and time, a sequence of discrete linear complementarity problems (LCPs) or equivalently Hamilton-Jacobi-Bellman (HJB) equations need to be solved in a sequential time-stepping manner. In each time step, the policy iteration or its penalty variant is often applied due to their fast convergence rates. In this paper, we aim to solve for all time steps simultaneously, by applying the policy iteration to an ``all-at-once form" of the HJB equations, where two different parallel-in-time preconditioners are proposed to accelerate the solution of the linear systems within the policy iteration. Our proposed methods are generally applicable for such all-at-once forms of the HJB equation, arising from option pricing problems with optimal stopping and nontrivial underlying asset models. Numerical examples are presented to show the feasibility and robust convergence behavior of the proposed methodology.},
69296938
author = {Xian-Ming Gu and Jun Liu and Cornelis W. Oosterlee},

0 commit comments

Comments
 (0)