Search found 15 matches

by linkho
3 years ago
Forum: Archive Google Group
Topic: GAMS Studio dark mode
Replies: 2
Views: 12379

Re: GAMS Studio dark mode

Thank you Fred! It was helpful.
by linkho
3 years ago
Forum: Archive Google Group
Topic: GAMS Studio dark mode
Replies: 2
Views: 12379

GAMS Studio dark mode

Hi all,

Is it possible to have dark theme (instead of white) in GMAS studio windows version? if yes, How?

I've search through Internet but I couldn't find anything useful.

Thanks
by linkho
4 years ago
Forum: Tools
Topic: If then statement in Macro
Replies: 2
Views: 9094

Re: If then statement in Macro

Realy thanks!
by linkho
4 years ago
Forum: API
Topic: Using Heuristic algorithm in GAMS
Replies: 2
Views: 31912

Re: Using Heuristic algorithm in GAMS

Hi Michael as always many thanks!
by linkho
4 years ago
Forum: API
Topic: Using Heuristic algorithm in GAMS
Replies: 2
Views: 31912

Using Heuristic algorithm in GAMS

Hi all, Does anyone have an example of implementation of Heuristic Algorithm (e.g. GA or SA) in GAMS?

is it possible to run a GA or SA MATLAB code in GAMS code?
How to use meta heuristic (GA) MATLAB code in GAMS?



Many Thanks!
by linkho
4 years ago
Forum: Tools
Topic: If then statement in Macro
Replies: 2
Views: 9094

If then statement in Macro

Hi all


I have binary parameter b(j) , j/1*100/ . I need to change the element of b (change 1 to 0 and 0 to 1 ) to get new parameter c(j). I want to use macro option, is it possible?
Thanks!
by linkho
5 years ago
Forum: Archive Google Group
Topic: Is there standard normal cumulative distribution function in GAMS?
Replies: 2
Views: 5286

Is there standard normal cumulative distribution function in GAMS?

Hi all, I want to code the following formula in GAMS, R(i)= Phi.[beta*Log10(M(i)/W*D)] Where 'Phi' is a standard normal cumulative distribution function. Scalar beta=0.34, W=70, D=41; Parameter M(i)/1 375, 2 450, 3 876,4 212,5 125/; I didn't find standard normal cumulative distribution function in G...
by linkho
5 years ago
Forum: Archive Google Group
Topic: How can I make this set?
Replies: 2
Views: 4726

Re: How can I make this set?

Thanks so much !
by linkho
5 years ago
Forum: Archive Google Group
Topic: How can I make this set?
Replies: 2
Views: 4726

How can I make this set?

Hi, let s be a index of scenario and j index of Network Nodes.(s={1*200} , j={1*100}) d(s,j)= total impacts of contamination scenario s, if the contaminant is first detected by scenario at j. W(s)=the subset of Network Nodes which d(s,j)<>0. W'(s)= the subset of W(s) such that d(s,j)<>d(s,j') , for ...