
Jack Keefer
- 合計アクティビティ 18
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 7
投稿
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...
-
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...
-
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...
-
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...
-
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 ...
-
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 ...
-
Can a Gurobi Produce Solve this non-linear binary integer problem?
回答済みHello, I am attempting to solve this problem where all variables, besides the Xi and Yi choice variables, are fixed/observed in data. Note than equation (43) and (44) are the same, simply reformula...