-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Project: next-gen nonlinear supportIssues relating to nonlinear supportIssues relating to nonlinear support
Description
It is unclear from MOI.Test and from the doc whether the AbstractNLPEvaluator expression should contain the nonlinear expression or the non-linear constraint.
Given l <= g(x) <= u
,
the oracle interface (Jacobian, Hessian) provides information on g at a given x
. However, the two valid examples in Test/test_nonlinear.jl
, HS071
and FeasibilitySenseEvaluator
have constraint_expr return the constraint expression g(x) <= u
.
Having the bounds seem non-relevant since the BlockData API includes the bounds:
MOI.NLPBlockData(MOI.NLPBoundsPair.(lb, ub), evaluator, true)
Metadata
Metadata
Assignees
Labels
Project: next-gen nonlinear supportIssues relating to nonlinear supportIssues relating to nonlinear support