JuliaSmoothOptimizers / JuliaSmoothOptimizers/RegularizedOptimization.jl

Allow smooth box constrained problems

Open
#302 1 comment 0 reactions 1 assignee Claimed by @MaxenceGollier View on GitHub
enhancement
Dominant language
Julia
Stars
21
Forks
11
PR merge metrics
No merged PRs in 30d

Description

With https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl/pull/156, it should now be possible to use our solvers for unregularized problems.

Users should be able to call the solvers with regular `AbstractNLPModels`, for example

```
nlp = CUTEstModel(...)
solver = R2NSolver(nlp) # Automatically creates a reg_nlp = RegularizedNLPModel(nlp, NullRegularizer())
stats = RegularizedExecutionStats(nlp)
solve!(solver, nlp, stats)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.