Jose peeterson
- 合計アクティビティ 20
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
投稿
Jose peetersonによる最近のアクティビティ-
Algorithms and solution methods to verify the solution from gurobi
回答済みI have the following objective function: where is the only positive decision variable. is a function of . is equivalent to given in the equality constraint below. Other variables are positive ...
-
Weighted multi-objectives not working as expected
回答済みHi, I have the following MOO problem for a Electric vehicle charging station. Problem background: Vehicles come to charging slots, v in the charging station with a certain deadline and a demanded ...
-
Different objective functions on different domains
回答済みHi, My objective function is given below where the domain in y is [0 120] and x is [0 1]. However, this funcion is hard to model in its original form due to many exponential and product of exponent...
-
Discrete Coefficient values in objective function as a function of continuous decision variables
回答済みHi, I want to minimize the objective function given below. The problem is the coefficient B is actually a function of C_rate. C_rate is a positive continuous decision variable. Ah = C_rate * delta...
-
max general constraint violation error
回答済みHi, I am trying to solve the following optimization problem. The code is given below. import gurobipy as gpfrom gurobipy import GRBimport mathimport sysNv = 3Tdep = [10,4,8]del_t = 2t_s = 0Imax ...