Description Usage Arguments Value
Makes a sipo
object to be optimised by SIP solvers included in sipr
. sipo
object contains objective function, constraints, and known feasible points (if applicable).
1 2 |
fn |
Objective function to be minimized. |
gr |
(Optional) gradient (vector) of objective function |
lower |
(Optional) Lower bound of |
upper |
(Optional) Upper bound of |
constraint |
List of constraint objects to be used. |
x.feasible |
(Optional) List of feasible x (vector) points for optimisation. |
... |
(Optional) Other items to store in the sipo. |
A sipo: semi-infinite programming object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.