Margaret McCall
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Votes on activity by Margaret McCall-
Thanks, Eli. This is a really helpful answer. For context, I have fairly limited optimization experience--I'm running a model I've inherited from someone else. Whoever takes over my job in a few mo...
-
For what it's worth, the log file of the forever-hanging run looks similar (to my eye) to the log file of a run that completed in 10 minutes: Gurobi 9.0.1 (mac64) logging started Tue Nov 17 22:08:5...
-
Eli, Looks like I've saved a log file. It's not clear that this run will *never* complete, but it's been going for almost an hour and a half, whereas the previous runs that completed in this sessio...
-
I don't, unfortunately. It doesn't seem to have been saving log files. I'm coding in Python and have been saving .ilp files, but not .log files. Can you tell me if the following looks like the righ...
-
Thanks, Greg. On point #1, I don't see anything like that, and I'm not quite sure where I would expect to. This may be because my call to gurobi is not directly in the script I'm running (it's call...
-
Thanks for the clarification, Eli--that's helpful and does sound cleaner! I'll give it a try this way.
-
Hi Greg--I'm pursuing this strategy based on the response to my previous post here. Basically, it's seemed that if I want to run many iterations of a script (each with different parameters) in para...
-
That seems to work great! Thanks so much. Margaret
-
Hi Eli, Thanks for your reply! That's very helpful. One follow-up question (and apologies for my ignorance--I haven't spent much time dealing with back-end issues in Python). Is there a way to make...
-
Sorry--I determined that, based on how my code was configured, the slowness was to be expected.