SolverTools.jl icon indicating copy to clipboard operation
SolverTools.jl copied to clipboard

Merit functions as NLPModel

Open abelsiqueira opened this issue 5 years ago • 0 comments

Alternative to #144

This implements the merit function as an NLPModel with the following differences:

  • Additional function derivative(nlp, x, d) for the directional derivative at x on d.
  • Only obj and derivative are assumed to exist for a general merit model
  • Implemented API functions will have a keyword argument update = true to update the internal values used in the merit.

abelsiqueira avatar Aug 07 '20 20:08 abelsiqueira