Yakun Wang
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Yakun Wangさんの最近のアクティビティ-
Yakun Wangさんがコメントを作成しました:
Thank you for the reply. Here is the driver info:Linux YW 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux==============NVSMI LOG============== ...
-
Yakun Wangさんが投稿を作成しました:
Unable to retrieve solution after solving LP with PDHG (alpha version)
回答済みI'm trying to solve an LP with PDHG on GPU with crossover turned off. After solving, the status is suboptimal (make sense as I solve it with large tolerance 1e-4), but I cannot retrieve this subopt...
-
Yakun Wangさんが投稿を作成しました:
How to implement general nonlinear objective function?
回答済みI think the version 11 can handle general MINLP now? But I'm not clear how to implement the following objective function in C++ API (Model.addGenConstrPoly() seems not suitable in this case): 60...
-
Yakun Wangさんがコメントを作成しました:
Thank you for your response!
-
Yakun Wangさんがコメントを作成しました:
Here is the link for .attr file. https://drive.google.com/file/d/1LpqSDG3r81S8OymagFMpx93JIgXO-Hyr/view?usp=drive_link
-
Yakun Wangさんがコメントを作成しました:
Hi Jaromił, Thanks for your response, I tried the following things: Update to the version 11. Set the optimality tolerance to 1e-9. Same problem still happened. I also tried fixing all variable t...
-
Yakun Wangさんが投稿を作成しました:
Simplex method does not stop at optimal solution.
回答済みI'm solving a large-scale LP problem, and I use the known optimal solution as warm start of primal simplex method. (using PStart attribute, as I am unable to provide feasible primal and dual basis)...