-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With JuliaSmoothOptimizers/ShiftedProximalOperators.jl#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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request