Emma Innocente
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
コメント
Emma Innocenteによる最近のアクティビティ-
Hi Riley ! Thank you very much for your help ! I managed to prevent memory issues by paying attention to how I recorded data ! I would like to model the following (modeled using PULP) constraint ...
-
The dimensions are 100x10x100x100 and currently, the values are not overwritten.
-
Hi Riley, Thank you for your answer, I will try it immediately and keep you posted ! Do you think I could have a similar issue with v = np.zeros((K, T, len(full_R), len(full_L))) Do you think it...
-
Hi Riley, My data file is just a 100 by 100 matrix of randomly generated numbers between 0 and 10000 (=randbetween(0;10000) on Excel). If you still want it, can you tell me how to send it to you?...
-
Hi Riley, I will follow your advice and start using gurobipy. Could you confirm that I just have to import the gurobipy package in order to start using it ? Nothing else is required ? To be sure ...
-
Hi Riley, When I ran the command you mentionned on an mps file I had, here is what I got : If I stop using PuLP and instead use gurobipy, do you think it would prevent those errors ? Thanks, Emma
-
Hi Riley, Thank you for your valuable help ! Could it also be responsible for this kind of errors : Traceback (most recent call last): File "C:\Users\innocente\PycharmProjects\pythonProject\mai...
-
Hi Riley, Thanks a lot for your help ! If I replace PuLP with Gurobipy, will it automatically free the models from memory (without having to add the del statement)? Emma
-
Hi Riley, I've just edited my previous post ! Sorry for the inconvenience. Emma
-
Hi Riley, Thank you for your answer ! I had already read the article in the Knowledge Base, but as you said, I didn't really see how it could apply to my model. Yes, indeed, the memory error occ...