Skip to content

Commit 3855ae4

Browse files
committed
style: fix citation style
1 parent 88806f7 commit 3855ae4

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

docs/src/references.bib

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
% --- A
66
%
77
%
8-
@article{DoddSharrockNemeth:2024,
9-
title={Learning-rate-free stochastic optimization over Riemannian manifolds},
10-
author={Dodd, Daniel and Sharrock, Louis and Nemeth, Christopher},
11-
journal={arXiv preprint arXiv:2406.02296},
12-
year={2024}
13-
}
148
159
@book{AbsilMahonySepulchre:2008,
1610
AUTHOR = {Absil, P.-A. and Mahony, R. and Sepulchre, R.},
@@ -294,6 +288,7 @@ @techreport{deCasteljau:1963
294288
YEAR = {1963}
295289
}
296290

291+
297292
@article{ChambollePock:2011,
298293
AUTHOR = {Chambolle, Antonin and Pock, Thomas},
299294
YEAR = {2011},
@@ -344,6 +339,7 @@ @article{DaiYuan:1999
344339
VOLUME = {10},
345340
YEAR = {1999}
346341
}
342+
347343
@article{DiepeveenLellmann:2021,
348344
AUTHOR = {Willem Diepeveen and Jan Lellmann},
349345
DOI = {10.1137/21m1398513},
@@ -358,13 +354,22 @@ @article{DiepeveenLellmann:2021
358354
VOLUME = {14},
359355
YEAR = {2021},
360356
}
357+
358+
@article{DoddSharrockNemeth:2024,
359+
title={Learning-rate-free stochastic optimization over Riemannian manifolds},
360+
author={Dodd, Daniel and Sharrock, Louis and Nemeth, Christopher},
361+
journal={arXiv preprint arXiv:2406.02296},
362+
year={2024}
363+
}
364+
361365
@techreport{Dreisigmeyer:2007,
362366
AUTHOR = {Dreisigmeyer, David W.},
363367
INSTITUTION = {Optimization Online},
364368
TITLE = {Direct Search Alogirthms over Riemannian Manifolds},
365369
URL = {https://optimization-online.org/?p=9134},
366370
YEAR = {2007}
367371
}
372+
368373
@article{DuranMoelleSbertCremers:2016,
369374
AUTHOR = {Duran, J. and Moeller, M. and Sbert, C. and Cremers, D.},
370375
TITLE = {Collaborative Total Variation: A General Framework for Vectorial TV Models},

src/plans/stepsize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ end
16921692
DistanceOverGradientsStepsize{R<:Real} <: Stepsize
16931693
16941694
Implements the Riemannian Distance over Gradients (RDoG) stepsize schedule, a learning-rate-free
1695-
optimization method for Riemannian manifolds introduced by [@dodd2024learning].
1695+
optimization method for Riemannian manifolds introduced by [DoddSharrockNemeth:2024].
16961696
16971697
This stepsize adapts automatically without hyperparameter tuning by tracking the maximum distance
16981698
from the initial point and accumulating gradient norms.

0 commit comments

Comments
 (0)