Search found 15 matches
- 8 months ago
- Forum: Archive Google Group
- Topic: GAMS Studio dark mode
- Replies: 2
- Views: 3821
- 8 months ago
- Forum: Archive Google Group
- Topic: GAMS Studio dark mode
- Replies: 2
- Views: 3821
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
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
- 1 year ago
- Forum: Tools
- Topic: If then statement in Macro
- Replies: 2
- Views: 2177
- 1 year ago
- Forum: API
- Topic: Using Heuristic algorithm in GAMS
- Replies: 2
- Views: 7379
- 1 year ago
- Forum: API
- Topic: Using Heuristic algorithm in GAMS
- Replies: 2
- Views: 7379
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!
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!
- 1 year ago
- Forum: Tools
- Topic: If then statement in Macro
- Replies: 2
- Views: 2177
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!
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!
- 1 year ago
- Forum: Archive Google Group
- Topic: Is there standard normal cumulative distribution function in GAMS?
- Replies: 2
- Views: 1859
Re: Is there standard normal cumulative distribution function in GAMS?
Hi Steve thanks a lot!
- 1 year ago
- Forum: Archive Google Group
- Topic: Is there standard normal cumulative distribution function in GAMS?
- Replies: 2
- Views: 1859
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...
- 1 year ago
- Forum: Archive Google Group
- Topic: How can I make this set?
- Replies: 2
- Views: 1524
- 1 year ago
- Forum: Archive Google Group
- Topic: How can I make this set?
- Replies: 2
- Views: 1524
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 ...