Search found 28 matches
- 1 day ago
- Forum: Syntax
- Topic: Assigning specific 'marginal value' and run the optimization script
- Replies: 1
- Views: 34
Assigning specific 'marginal value' and run the optimization script
Hi, Is there any way to assign some specific marginal value to some equality constraint in GAMS and run the optimization script which will have those assigned values fixed over the optimization horizon? I know that the marginal values are product of the optimization solution, but I guess it might be...
- 2 months ago
- Forum: Modeling
- Topic: Controlling lagrange multiplier's value with a constraint
- Replies: 0
- Views: 695
Controlling lagrange multiplier's value with a constraint
Hi,
Does anyone know, whether it is possible or not to control the value of lagrange multiplier by introducing a constraint in the optimization formulation? If yes, how can we do that.
Regards,
Jubeyer
Does anyone know, whether it is possible or not to control the value of lagrange multiplier by introducing a constraint in the optimization formulation? If yes, how can we do that.
Regards,
Jubeyer
- 2 months ago
- Forum: Modeling
- Topic: Different indexing for same variable
- Replies: 7
- Views: 942
- 4 months ago
- Forum: Solvers
- Topic: What could be the reason for this kind of message?
- Replies: 0
- Views: 931
What could be the reason for this kind of message?
Hi , I am getting this kind of message in my log file, MIP status(101): integer optimal solution Cplex Time: 148.14sec (det. 115562.34 ticks) Fixing integer variables, and solving final LP... Version identifier: 12.10.0.0 | 2019-11-26 | 843d4de CPXPARAM_Advance 2 CPXPARAM_Threads 1 CPXPARAM_Parallel...
- 4 months ago
- Forum: Modeling
- Topic: Three objective function optimization (eps constraint method)
- Replies: 3
- Views: 682
Re: Three objective function optimization (eps constraint method)
OK. I guess what you're trying to do from looking at your code is that you have integrated all three of your objective function to a single objective function. That may work if you don't have any conflicting interest. Then it will be a typical optimization problem. If you have a case that you want t...
- 4 months ago
- Forum: Syntax
- Topic: loading variable from a gams script results to another as parameter
- Replies: 0
- Views: 749
loading variable from a gams script results to another as parameter
Hi, I am running a sequential optimization problem, where the variable of one problem is passed as a parameter to other. However I have tried to load a variable which is a parameter in another problem from the output gdx file. I have declared the variable as a parameter in the next file. While tryin...
- 4 months ago
- Forum: Modeling
- Topic: Three objective function optimization (eps constraint method)
- Replies: 3
- Views: 682
Re: Three objective function optimization (eps constraint method)
Do you need any kind of synchronization among the variables of these three problems?
I think you can try to solve that by seeking the nash equilibrium in the stackelberg version.
I think you can try to solve that by seeking the nash equilibrium in the stackelberg version.
- 4 months ago
- Forum: Syntax
- Topic: Retrieve data from merged gdx files
- Replies: 1
- Views: 1137
Retrieve data from merged gdx files
Hi,
Does anyone know how to retrieve data from a merged gdx file? For example the merged one has the name merged.gdx and it has 2 files a and b ; whereas a has a parameter called SKY, then how should I call it.
-Jubeyer
Does anyone know how to retrieve data from a merged gdx file? For example the merged one has the name merged.gdx and it has 2 files a and b ; whereas a has a parameter called SKY, then how should I call it.
-Jubeyer
- 4 months ago
- Forum: Modeling
- Topic: Sequential optimization on the same script
- Replies: 0
- Views: 615
Sequential optimization on the same script
Hi, Is it possible to model a sequential optimization problem in GAMS. For example, I have one optimization problem, some of its solution needs to be plugged in to another optimization problem as parameters. Can it be done on a single script? If you can refer me to some sample examples that will be ...
- 4 months ago
- Forum: Tools
- Topic: Mixed integer bilevel problem
- Replies: 1
- Views: 570
Re: Mixed integer bilevel problem
In case if this comes to useful for anyone, I have figured out that GAMS bilevel solver JAMS does not support a problem which has both integer variable in leader and follower. It only supports problem where integers are only in leader.