Re: Quadratic Optimization Problem

2006-11-22 Thread [EMAIL PROTECTED]
thanks, I was actually looking for a package only in python to do this which can solve it directly. Since my problem is a nonlinear convex optimization problem, there are a number of algorithms to get it solved. I will try using CVXOPT package. Beliavsky wrote: > Stefan Behnel wrote: > > [EMAIL PR

Re: Quadratic Optimization Problem

2006-11-22 Thread Beliavsky
Stefan Behnel wrote: > [EMAIL PROTECTED] wrote: > > I need to do a quadratic optimization problem in python where the > > constraints are quadratic and objective function is linear. > > > > What are the possible choices to do this. > > Too bad these homework assignments get trickier every time, isn

Re: Quadratic Optimization Problem

2006-11-22 Thread Stefan Behnel
[EMAIL PROTECTED] wrote: > I need to do a quadratic optimization problem in python where the > constraints are quadratic and objective function is linear. > > What are the possible choices to do this. Too bad these homework assignments get trickier every time, isn't it? Stefan -- http://mail.py