Jack Keefer
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
アクティビティの概要
Jack Keeferさんの最近のアクティビティ-
Jack Keeferさんが投稿を作成しました:
How to maximize an objective function given another objective function achieves a minimum value?
回答済みI have an optimization problem that involves two possible objective functions. One variation of the problem involves me maximizing one of the objective functions such that the second objective func...
-
Jack Keeferさんが投稿を作成しました:
Code Hangs with Timeout Error in R when Calling Gurobi through Python API using reticulate
ユーザーの入力を待っています。Hello, I am calling Gurobi using the Python API from R using the reticulate package. In R, I have wrapped my Python call in outer functions as I perform a series of computations. However, I want to...
-
Jack Keeferさんがコメントを作成しました:
Hello, Thank you very much for your reply. I was able to successfully being tuning with the gurobi_cl interface, and was able to set a baseline parameter "NonConvex=2". However, when I use the co...
-
Jack Keeferさんが投稿を作成しました:
Is there a way to fix a parameter value when using the automatic tuning tool?
回答済みHello, There is a parameter I know makes my model solve orders of magnitude faster (PreQLinearization = 0). With it, the model takes less than 0.1 seconds to solve, without it, it won't solve in th...
-
Jack Keeferさんが投稿を作成しました:
Can constraints speed up solving a model? (Or would there be a better way to introduce information?)
回答済みI am currently working a project in which I use Gurobi many times (as the inner most loop of a few nested loops). Each time, I construct a model in which I determine if an individual will participa...
-
Jack Keeferさんが投稿を作成しました:
How to test if a feasible solution is optimal
回答済みI wanted to know if it was possible to use Gurobi to test if a feasible solution is the optimal solution to a nonlinear binary programming problem. Is it possible to have Gurobi use the solution I ...
-
Jack Keeferさんが投稿を作成しました:
Estimate a Coefficient from Objective Function so Optimization Result Fits Data (Tuning Model)
進行中I am working on a problem that is a modified version of a two-knapsack knapsack problem. I am able to find the optimal choices by using Gurobi. However, I would like to estimate a coefficient that ...