Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSO Compliance: R2 #139

Merged
merged 24 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c386150
Add RegularizedNLPModels
MaxenceGollier Jun 1, 2024
6ed13e6
Add RegularizedNLPModels to R2
MaxenceGollier Jun 5, 2024
435838a
Update documentation
MaxenceGollier Jun 5, 2024
9e65f82
Change R2_alg with SolverCore.solve!
MaxenceGollier Jun 8, 2024
5895a85
Fix bound issue, all tests pass
MaxenceGollier Jun 8, 2024
9c5217b
Update documentation
MaxenceGollier Jun 8, 2024
3ee28f6
Minor bug fixes
MaxenceGollier Jun 8, 2024
c0d1905
Spacing and documentation update
MaxenceGollier Jun 8, 2024
86d2271
Update documentation
MaxenceGollier Jun 10, 2024
61d7d20
Update src/R2_alg.jl
MaxenceGollier Jun 10, 2024
47247e7
Update src/R2_alg.jl
MaxenceGollier Jun 10, 2024
4faf4ed
Update documentation
MaxenceGollier Jun 10, 2024
dbc1189
Update @info log_row position
MaxenceGollier Jun 10, 2024
ebf1457
Update @info log_row position
MaxenceGollier Jun 10, 2024
ef3de43
Update @info log_row position
MaxenceGollier Jun 10, 2024
3dcc66b
Update @info log_row position
MaxenceGollier Jun 10, 2024
2c4b992
Fix R2Solver maxIter constructor
MaxenceGollier Jun 13, 2024
cff9f50
R2 now prints last iteration pass with final stationnarity measure
MaxenceGollier Jun 19, 2024
b1ffc31
Update src/R2_alg.jl
MaxenceGollier Jun 19, 2024
6dfcb53
Update src/R2_alg.jl
MaxenceGollier Jun 19, 2024
a4a77e9
Update src/R2_alg.jl
MaxenceGollier Jun 22, 2024
f0a273c
Solve nlp.meta.x0 bug
MaxenceGollier Jun 26, 2024
95b7106
Minor changes in R2
MaxenceGollier Jul 3, 2024
d088f8c
Update documentation
MaxenceGollier Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsModifiers = "e01155f1-5c6f-4375-a9d8-616dd036575f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
RegularizedProblems = "ea076b23-609f-44d2-bb12-a4ae45328278"
ShiftedProximalOperators = "d4fd37fa-580c-4e43-9b30-361c21aae263"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
Expand All @@ -20,7 +21,7 @@ LinearOperators = "2.7"
NLPModels = "0.19, 0.20"
NLPModelsModifiers = "0.7"
ProximalOperators = "0.15"
RegularizedProblems = "0.1"
RegularizedProblems = "0.1.1"
ShiftedProximalOperators = "0.2"
SolverCore = "0.3.0"
TSVD = "0.4"
Expand Down
Loading
Loading