Olivia Park
- 合計アクティビティ 19
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
アクティビティの概要
Olivia Parkさんの最近のアクティビティ-
Olivia Parkさんがコメントを作成しました:
Thank you - will do !
-
Olivia Parkさんがコメントを作成しました:
is it possible to send the jupyter notebook file ?
-
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...
-
Olivia Parkさんがコメントを作成しました:
Dear Jaromil, 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. Afte...
-
Olivia Parkさんがコメントを作成しました:
Thank you ! the model works!!!
-
Olivia Parkさんがコメントを作成しました:
Dear Jaromil, Thank you for the response. My list below (hoursof_sll) which has 24 items indicates the specific time in which the bulbs are turned on (1) and off(0). print(hoursofsll) >>>[0, 0, ...
-
Olivia Parkさんが投稿を作成しました:
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...
-
Olivia Parkさんが投稿を作成しました:
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. --------------------------------------------------------...
-
Olivia Parkさんがコメントを作成しました:
Thank you for the reply - indeed the parentheses did the work. I have an academic license and it seems that this has limitations..can students have a full license? GurobiError ...
-
Olivia Parkさんが投稿を作成しました:
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('...