Olivia Park
- 合計アクティビティ 19
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
投稿
Olivia Parkによる最近のアクティビティ-
Three or more variables with similar conditions, can they clash?
回答済みI'm not sure If I can post a follow up question with this thread - I just had one more question. with the above condition, I added one more variable with identical constraints. After adding thi...
-
if conditions for addConstrs ?
回答済みThis is an energy consumption model. There are 286 power consuming bulbs that are turned on for only between a specific time frame in a day (hoursofsll - list of binary variables). During the hours...
-
reinstalling academic license with university network_ERROR with inconsistency in environment
回答済みI've been informed that my previous gurobi license should be reinstalled while connected to the university network. due to the error below. --------------------------------------------------------...
-
Error code: <bound method Model.optimize of <gurobi.Model Continuous instance Greenhouse Renewable Energy Use: 0 constrs, 0 vars, No parameter changes>>
回答済み#conda install -c gurobi gurobifrom gurobipy import *import gurobipy as gpimport pandas as pd #for csv readingimport numpy as np import matplotlib.pyplot as plt #for plottingdataset = pd.read_csv('...
-
Dimension Mismatch in variables for optimization
回答済みI have a formula that looks as below T = 24 t = np.linspace(1, T, num=T) #linspace equal intervals in the 24 hrs N = 286 #has 286 light bulbs Ppvt = list(dataset['summer profile'])print(Ppvt) [0.0...