Alex Ginete
-
Gurobi Staff
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 9
アクティビティの概要
Alex Gineteさんの最近のアクティビティ-
Alex Gineteさんが記事を作成しました:
Gurobiセットアップ診断ツールの使い方
バージョン13から、新しいツールgrbdiagnoseを使用してGurobiをセットアップする際の問題を診断できるようになりました。このツールはOptimizerおよびRemote Servicesパッケージのいずれにも含まれています。 手順:クライアントまたはサーバーのいずれかでgrbdiagnoseを実行します。ツールは自動的にマシンがCompute Serverのクライアントかサーバー...
-
Alex Gineteさんがコメントを作成しました:
Hello Hancheng,The error you're receiving might be related to AWS Lambda runtime, or how it handles the /tmp directory. On your client machine that connects to the cluster manager, can you try subm...
-
Alex Gineteさんがコメントを作成しました:
Hi Hancheng, Since you are using Instant Cloud, can you provide me the Job ID so I can check the logs? Regards,Alex
-
Alex Gineteさんがコメントを作成しました:
Hi Hancheng, You can implement a retry mechanism using a try-except block. Something like: try: model.optimize()except gp.GurobiError as e: error_message = str(e) if "status 502" in error_...