SolverTools.jl
SolverTools.jl copied to clipboard
Merit functions as NLPModel
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 atxond. - Only
objandderivativeare assumed to exist for a general merit model - Implemented API functions will have a keyword argument
update = trueto update the internal values used in the merit.