Philipp Schiele
Philipp Schiele
@JreigeF Check the change of variables on page 3 of the PDF that you attached. As written, this problem is not DCP, as you are multiplying variables. Instead, you need...
To make the problem convex you need to optimize over $S$ instead of $\theta$ explicitly. Even though both optimization problems are equivalent, only one of them is convex. Find below...
@JreigeF I hope my answer above was helpful. Closing this issue for now.
We just released a patch that includes wheels for 3.12: https://pypi.org/project/cvxpy/1.4.3/ Feel free to reopen if there are any remaining issues that we should take a look at with 3.12.
@SteveDiamond Looks like your comment has (accidentally) reopened the issue. Closing.
From looking at the linked issue, it seems that two cases are being mixed. Intuitively, I would expect the following: ```py x = cp.Variable(4) c = np.array([1, 2, 3, 4])...
> @phschiele @SteveDiamond can one of you help me figure out what is going on with pytest? I'm very confused. Should be ```py match=re.escape(__INPLACE_MUTATION_ERROR__) ``` because of special characters.
@morenoca I'm closing this issue since there don't seem to be any open questions. Feel free to reopen if needed.
Closing here, feel free to reopen if needed.
Hi @pwithams! As you say, the default installation of ECOS will be removed in ~1.16~ 1.6. Until then, you can simply install `cvxpy-base` plus a solver of your choice (e.g.,...