rllb
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
rllbさんの最近のアクティビティ-
rllbさんがコメントを作成しました:
I found this package which provides profiling by line. Contrary to cProfile, it does show Model.optimize() as the most time-consuming line. https://github.com/pyutils/line_profiler#id2
-
rllbさんが投稿を作成しました:
How to profile Gurobi in Python?
回答済みI am using cProfile to profile gurobi. Unfortunately, the calls to Model.optimize() do not seem to appear, despite having the largest cumulative time. Is there any solution besides manually profili...