Skip to content

Add keywords argument for the subsolver of AL algorithm #327#328

Merged
dpo merged 2 commits into
JuliaSmoothOptimizers:masterfrom
BenjaminPINEAU:format_file
Apr 30, 2026
Merged

Add keywords argument for the subsolver of AL algorithm #327#328
dpo merged 2 commits into
JuliaSmoothOptimizers:masterfrom
BenjaminPINEAU:format_file

Conversation

@BenjaminPINEAU
Copy link
Copy Markdown
Contributor

Add a feature sub_kwargs to pass a keywords argument for the subsolver of the Augmented Lagrangian algorithm.
This allows for instance to pass a callback in argument of the subsolver.

@BenjaminPINEAU BenjaminPINEAU changed the title Add keywords argument for the subsolver of AL algorithm (https://github.com/JuliaSmoothOptimizers/RegularizedOptimization.jl/issues/327) Add keywords argument for the subsolver of AL algorithm ( https://github.com/JuliaSmoothOptimizers/RegularizedOptimization.jl/issues/327 ) Apr 28, 2026
@BenjaminPINEAU BenjaminPINEAU changed the title Add keywords argument for the subsolver of AL algorithm ( https://github.com/JuliaSmoothOptimizers/RegularizedOptimization.jl/issues/327 ) Add keywords argument for the subsolver of AL algorithm #327 Apr 28, 2026
Copy link
Copy Markdown
Collaborator

@MaxenceGollier MaxenceGollier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @BenjaminPINEAU.

I think we provide an example in R2N/doc on how to use the NamedTuple type.
Can you update the doc here as well ?

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.85%. Comparing base (e0f214d) to head (ad134c2).
⚠️ Report is 283 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #328       +/-   ##
===========================================
+ Coverage   61.53%   83.85%   +22.31%     
===========================================
  Files          11       12        +1     
  Lines        1292     1641      +349     
===========================================
+ Hits          795     1376      +581     
+ Misses        497      265      -232     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dpo dpo merged commit 29e72d3 into JuliaSmoothOptimizers:master Apr 30, 2026
14 checks passed
@dpo
Copy link
Copy Markdown
Member

dpo commented Apr 30, 2026

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants