Optimization toolboxes under SAGE
Can we use SAGE to solve some optimization problems? Can we import optimization toolboxes such as YALMIP, MPT, CVX, TOMLAB in SAGE?
Thanks in advance!
Can we use SAGE to solve some optimization problems? Can we import optimization toolboxes such as YALMIP, MPT, CVX, TOMLAB in SAGE?
Thanks in advance!
The optimization toolboxes you speak about depend on matlab. If you has matlab installed on your machine, you can interact with it as explained here.
That said,
Sage offers mixed integer linear programming, see also this tutorial. The default backend is glpk which is quite slow, but you can easily install faster backends.
Sage offers some convex optimization since it contains CVXOPT
Sage contains scipy which has an optimization module.
IPOPT has a python-connector (http://code.google.com/p/pyipopt/people/list) , perhaps we can import it? It is powerful and open-source.
Asked: 2013-11-15 00:36:23 -0600
Seen: 348 times
Last updated: Nov 15 '13
solving an iterated optimization problem
How do I get solve () to use floats?
Executing python modules from package
import module in SageMathCloud
The Cake Eating Problem in Sage
How to import the print function from __future__ ?
How do I use a sage graph in LaTEX?
How to import a module at startup?
Script stops working when imported to sage terminal ("plot" not defined)