Charitha Buddhika Heendeniya
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Posts
Recent activity by Charitha Buddhika Heendeniya-
DeprecationWarning: elementwise comparison failed
Hi, I was hoping that one of you might be able to shed some light on the following warning message that I have been getting. Optimal solution found (tolerance 1.00e-04)Best objective 0.000000000000...
-
Dead kernel
AnsweredDear community, I came across something rather annoying :) When I execute the optimization problem, the solver ends with an optimal solution. Then I extract the solution and try to print/ plot them...
-
Select variables in feasRelax()
AnsweredDear community, In the Model.feasRelax() documentation the model.getVars() is used to assign the set of variables whose bounds are allowed to violate when calling feasRelax(). But what if I want to...
-
SOS constraint problem
AnsweredDear community, I'm trying to model the part-load efficiency (cop) of a heat pump as a function of the installed capacity and the load-level. In a simple case, let's take that the installed capacit...
-
MIP solution process - updating the incumbent objective value
AnsweredDear community, I have a question about the MIP solution process, something I observed during a simulation. In the following image, you see that the incumbent objective bound (which I understand as...
-
Part-load efficiency curve modelling in Gurobi
Dear community, I would like to model the efficiency of a heat pump as a function of its load level, e.g., efficiency(T) = a*load_level(T)+b, where a and b are constants and T is time. I have two ...
-
Plot pareto front and visualize convergence
AnsweredDear community, I have a few questions that one of you might be able to help with. How do I plot the Pareto front of a multi-objective problem in Gurobi-Python? Is there a graphical way to visuali...
-
Mapping two sets and set alias
AnsweredDear community, I'm used to using GAMS for optimization problems and it has useful facilities that allows you to map two sets and define an alias to a set. For example, if I have a set of locations...
-
Setting objective for absolute error minimization
AnsweredDear community, I'm trying to set an objective function that minimizes the absolute value of the accumulated error of a control strategy. So I tried, model.addGenConstrAbs(error[t] == abs_(quicks...