Skip to content

Allow smooth box constrained problems #302

Description

@MaxenceGollier

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)

Activity

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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions