Description Usage Arguments Value
Only one infinite constraint may be specified per object.
1 2 | inf_ineq_constr(fn, gr.x = NULL, gr.t = NULL, fn.bounds, t.bounds,
t.start = NULL)
|
fn |
Inequality function |
gr.x |
(Optional) gradient (vector) of inequality constraint function w.r.t |
gr.t |
(Optional) gradient (vector) of inequality constraint function w.r.t |
fn.bounds |
Lower and/or upper bound of |
t.bounds |
List of compact index set(s) for |
t.start |
(Optional) where to start the optimisation of the lower level problem. Defaults to |
An infinite constraint object (class = c("constraint","inequality","infinite")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.