python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Doesn't respect limit conditions in scipy.optimize
Nonlinear Programming with Inequality Constraints
==============
Imagine that you work out in a factory that produces some kind of composite products.
Each product has its own composition of parts.
So...
Dmitrij
Votes: 0
Answers: 1
The objective is not DCP
I try to solve the convex problem on page 20 presented in this paper
In my opinion, the objective is convex.
cvxpy version 1.1.18
prob is DCP: False
it reports
xception has occurred: DCPError Proble...
eason
Votes: 0
Answers: 1
What's the difference between Fusion API and Optimizer API in MOSEK?
The MOSEK solver has two APIs, one is the Fusion API and the other is the Optimizer API. What is the difference between them?
Lancdorr
Votes: 0
Answers: 1
CVXPY) Maximum diagonal entry of the inverse matrix
Currently what I am doing is: S(v) is a d-dimensional positive definite matrix determined by the d-dimensional vector v.
I want to optimize the maximum diagonal entry of the inverse of S(v) subject to...
ForgotEverything
Votes: 0
Answers: 0