Description Usage Arguments Value Examples
cvx_optim
solves optimization problem using Convex.jl.
1 |
p |
optimization problem to be solved. |
solver |
convex problem solver to be used. Currently |
... |
the optional solver options, like the maximal iteration times. For the solver options, you can see http://www.cvxpy.org/tutorial/advanced/index.html#setting-solver-options for reference. |
status of optimized problem.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.