How to maximise a non-scalar objective?

Archive of Gamsworld Google Group
Post Reply
frds17
User
User
Posts: 22
Joined: 4 years ago

How to maximise a non-scalar objective?

Post by frds17 »

Hi all,

My objective function is non-scalar, which is not possible to maximize in GAMS. How may I maximise the below function in GAMS. I will be using DNLP conopt4 to solve the model. i=5, t=150, and j=70.

Code: Select all

U(i,t)=sum(j, uu(i,j,t)) 
User avatar
Renger
Posts: 639
Joined: 7 years ago

Re: How to maximise a non-scalar objective?

Post by Renger »

Hi
If you want to solve for every combination of i and t (ixt solves), you might wright a scalar function and scalar equations and loop your solve over i and t. Otherwise, it doesn't make much sense.
Cheers
Renger
____________________________________
Enjoy modeling even more: Read my blog on modeling at The lazy economist
frds17
User
User
Posts: 22
Joined: 4 years ago

Re: How to maximise a non-scalar objective?

Post by frds17 »

Hi,

How do I define the equation and the loop?

Thanks,
Fabio
Post Reply