Jihye Jung
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 14
- サブスクリプション 4
アクティビティの概要
Jihye Jungさんの最近のアクティビティ-
Jihye Jungさんがコメントを作成しました:
Hi Jaromił, My test results are being interpreted quite positively thanks to your answers.I desperately needed an answer, thank you very much. Best regards,Jihye
-
Jihye Jungさんがコメントを作成しました:
Dear Jaromił, Thanks to your comments, the interpretation of the experimental results has changed completely. I thought the results of my experiment were pretty bad, but after reading this answer, ...
-
Jihye Jungさんが投稿を作成しました:
Does the application of a callback function change the solution path?
回答済みHi, Gurobi support team!I'm currently working on branch-and-cut with user cut callback with gurobi 9.0.0 in python 3.8 environment. The following questions are asked under the condition that all ex...
-
Jihye Jungさんが投稿を作成しました:
Callback cut count and cut count in the MIP log are not equal
回答済みHi, I'm currently working on the branch-and-cut algorithm with gurobi 9.0.0 in the python 3.8 environments. I've counted the applied cuts in the callback function with the code like below: if where...
-
Jihye Jungさんがコメントを作成しました:
Thank you for your answer, Matthias! I'd like to ask you a few more questions, please. I understood that the user cuts generated in the callback function might be filtered out and not added to the ...
-
Jihye Jungさんが投稿を作成しました:
User cuts are not counted in the MIP log
進行中Hi, I'm working on a branch-and-cut algorithm in the python 3.8 environment and struggling with applying user cuts. I set the callback function to print out the message when a user cut is added. Th...