python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem does not follow DCP rules (problem with cvxpy )
I was wondering if any of you folks could help me with this problem.
I would like to solve the next optimization problem numerical by using cvxpy library.
end here my code for solving this problem:
n...
scbas1000
Votes: 0
Answers: 0
Convex Optimization: cvxpy solver issue
I'm solving a simple convex optimisation problem as follows:
import numpy as np
import cvxpy as cp
from cvxopt import solvers
#Problem: A diet problem where we minimize the cost of meal while keeping...
Pranav
Votes: 0
Answers: 0
When I try to run the code provided in a paper, it has following errors related to CVXPY
When I try to run the code provided in a paper, it has the following errors related to CVXPY:
(bayesrace) C:\Users\Lenovo\bayesrace>pip install -e .
Obtaining file:///C:/Users/Lenovo/bayesrace
Co...

Ye Duan
Votes: 0
Answers: 1
Constraint on a boolean variable?
I am trying to implement a unit commitment problem with cvxpy with a rampup cost. However I am struggling to identify the ramp-ups. (when variable switch from 0 to any positive value)
In other terms, ...

Maxime LIBSIG
Votes: 0
Answers: 1