Yacine Merrad
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Yacine Merradによる最近のアクティビティ-
Gurobi giving wrong results (not optimal solution)
ユーザーの入力を待っています。here is my code for electricity biding strategy: from gurobipy import *# Define your functionsdef f(x): return x / P_batt_max # Adjust P_batt_max as neededdef f_inv(x): return x * P_batt_ma...