Skip to content

Commit bc96011

Browse files
authored
Merge pull request #1108 from Parallel-in-Time/bibtex-arxivbot-1105-0a5cc09
pint.bib updates
2 parents 0a5cc09 + d3269d2 commit bc96011

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

_bibliography/pint.bib

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8533,12 +8533,16 @@ @unpublished{AntonucciEtAl2026
85338533
year = {2026},
85348534
}
85358535

8536-
@unpublished{AraujoEtAl2026,
8537-
abstract = {Standard gradient-based iteration algorithms for optimization, such as gradient descent and its various proximal-based extensions to nonsmooth problems, are known to converge slowly for ill-conditioned problems, sometimes requiring many tens of thousands of iterations in practice. Since these iterations are computed sequentially, they may present a computational bottleneck in large-scale parallel simulations. In this work, we present a "parallel-in-iteration" framework that allows one to parallelize across these iterations using multiple processors with the objective of reducing the wall-clock time needed to solve the underlying optimization problem. Our methodology is based on re-purposing parallel time integration algorithms for time-dependent differential equations, motivated by the fact that optimization algorithms often have interpretations as discretizations of time-dependent differential equations (such as gradient flow). Specifically in this work, we use the parallel-in-time method of multigrid reduction-in-time (MGRIT), but note that our approach permits in principle the use of any other parallel-in-time method. We numerically demonstrate the efficacy of our approach on two different model problems, including a standard convex quadratic problem and the nonsmooth elastic obstacle problem in one and two spatial dimensions. For our model problems, we observe fast MGRIT convergence analogous to its prototypical performance on partial differential equations of diffusion type. Some theory is presented to connect the convergence of MGRIT to the convergence of the underlying optimization algorithm. Theoretically predicted parallel speedup results are also provided.},
8538-
author = {G. H. M. Araújo and O. A. Krzysik and H. De Sterck},
8539-
howpublished = {arXiv:2603.20879v1 [math.NA]},
8540-
title = {Parallel-in-iteration optimization using multigrid reduction-in-time},
8541-
url = {https://arxiv.org/abs/2603.20879v1},
8536+
@article{AraujoEtAl2026,
8537+
author = {Araújo, G. H. M. and Krzysik, O. A. and De Sterck, H.},
8538+
doi = {10.1553/etna_vol66s32},
8539+
issn = {1068-9613},
8540+
journal = {ETNA - Electronic Transactions on Numerical Analysis},
8541+
pages = {32–63},
8542+
publisher = {Osterreichische Akademie der Wissenschaften, Verlag},
8543+
title = {Parallel-in-iteration optimization using multigrid reduction in time},
8544+
url = {http://dx.doi.org/10.1553/etna_vol66s32},
8545+
volume = {66},
85428546
year = {2026},
85438547
}
85448548

0 commit comments

Comments
 (0)