Skip to content

Commit 5b9e859

Browse files
Update draft-pdf.yml
1 parent 0e76eb3 commit 5b9e859

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Build joss paper draft PDF
22
on:
33
push:
44
branches:
5-
- master
6-
- main
75
- paper
6+
- paper-draft
87
pull_request:
98
types: [opened, synchronize, reopened]
109

paper/paper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors:
1414
orcid: 0009-0008-3158-7912
1515
affiliation: 1
1616
- name: Mohamed Laghdaf Habiboullah^[corresponding author]
17-
orcid: 0000-0003-3385-9379
17+
orcid: 0009-0005-3631-2799
1818
affiliation: 1
1919
- name: Dominique Orban
2020
orcid: 0000-0002-8017-7687
@@ -41,13 +41,13 @@ Both $f$ and $h$ may be nonconvex.
4141

4242
The library provides a modular and extensible framework for experimenting some nonsmooth nonconvex optimization algorithms, including:
4343

44-
- **Trust-region methods (TR, TRDH)** [@aravkin-baraldi-orban-2022,@leconte-orban-2023],
45-
- **Quadratic regularization methods (R2, R2N)** [@diouane-habiboullah-orban-2024,@aravkin-baraldi-orban-2022],
44+
- **Trust-region methods (TR, TRDH)** [@aravkin-baraldi-orban-2022] and [@leconte-orban-2023],
45+
- **Quadratic regularization methods (R2, R2N)** [@diouane-habiboullah-orban-2024] and [@aravkin-baraldi-orban-2022],
4646
- **Levenbergh-Marquardt methods (LM, LMTR)** [@aravkin-baraldi-orban-2024].
4747

4848
These methods rely solely on the gradient and Hessian(-vector) information of the smooth part $f$ and the proximal mapping of the nonsmooth part $h$ in order to compute steps.
4949
Then, the objective function $f + h$ is used only to accept or reject trial points.
50-
Moreover, they can handle cases where Hessian approximations are unbounded[@diouane-habiboullah-orban-2024,@leconte-orban-2023-2], making the package particularly suited for large-scale, ill-conditioned, and nonsmooth problems.
50+
Moreover, they can handle cases where Hessian approximations are unbounded[@diouane-habiboullah-orban-2024] and [@leconte-orban-2023-2], making the package particularly suited for large-scale, ill-conditioned, and nonsmooth problems.
5151

5252
# Statement of need
5353

@@ -77,7 +77,7 @@ The design of the package is motivated by recent advances in the complexity anal
7777
- **Model Hessians (quasi-Newton, diagonal approximations)** via [LinearOperators.jl](https://github.com/JuliaSmoothOptimizers/LinearOperators.jl), which represents Hessians as linear operators and implements efficient Hessian–vector products.
7878
- **Definition of $h$** via [ProximalOperators.jl](https://github.com/JuliaSmoothOptimizers/ProximalOperators.jl), which offers a large collection of nonsmooth terms $h$, and [ShiftedProximalOperators.jl](https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl), which provides shifted proximal mappings.
7979

80-
This modularity makes it easy to prototype, benchmark, and extend regularization-based methods [@diouane-habiboullah-orban-2024,@aravkin-baraldi-orban-2022,@aravkin-baraldi-orban-2024,@leconte-orban-2023-2,@diouane-gollier-orban-2024].
80+
This modularity makes it easy to prototype, benchmark, and extend regularization-based methods [@diouane-habiboullah-orban-2024],[@aravkin-baraldi-orban-2022],[@aravkin-baraldi-orban-2024],[@leconte-orban-2023-2] and [@diouane-gollier-orban-2024].
8181

8282
## Support for inexact subproblem solves
8383

0 commit comments

Comments
 (0)