You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/SciML/ColPrac)
8
6
## Overview
9
7
GenX is a highly-configurable, [open source](https://github.com/GenXProject/GenX/blob/main/LICENSE) electricity resource capacity expansion model
@@ -41,7 +39,7 @@ The 'main' branch is the current master branch of GenX. The various subdirectori
41
39
42
40
## Requirements
43
41
44
-
GenX currently exists in version 0.3.6 and runs only on Julia v1.5.x, 1.6.x, 1.7.x, 1.8.x, and 1.9.x, where x>=0 and a minimum version of JuMP v1.1.1. We recommend the users to either stick to a particular version of Julia to run GenX. If however, the users decide to switch between versions, it's very important to delete the old Manifest.toml file and do a fresh build of GenX when switching between Julia versions.
42
+
GenX currently exists in version 0.3.7 and runs only on Julia v1.5.x, 1.6.x, 1.7.x, 1.8.x, and 1.9.x, where x>=0 and a minimum version of JuMP v1.1.1. We recommend the users to either stick to a particular version of Julia to run GenX. If however, the users decide to switch between versions, it's very important to delete the old Manifest.toml file and do a fresh build of GenX when switching between Julia versions.
45
43
There is also an older version of GenX, which is also currently maintained and runs on Julia 1.3.x and 1.4.x series.
46
44
For those users who has previously cloned GenX, and has been running it successfully so far,
47
45
and therefore might be unwilling to run it on the latest version of Julia:
@@ -61,7 +59,7 @@ You can see all of the packages installed in your Julia environment and their ve
61
59
62
60
## Documentation
63
61
64
-
Detailed documentation for GenX can be found [here](https://genxproject.github.io/GenX/dev).
62
+
Detailed documentation for GenX can be found [here](https://genxproject.github.io/GenX.jl/v0.3/).
65
63
It includes details of each of GenX's methods, required and optional input files, and outputs.
66
64
Interested users may also want to browse through [prior publications](https://energy.mit.edu/genx/#publications) that have used GenX to understand the various features of the tool.
Copy file name to clipboardExpand all lines: docs/src/data_documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Note that all settings parameters are case sensitive.
55
55
|ParameterScale | Flag to turn on parameter scaling wherein load, capacity and power variables defined in GW rather than MW. This flag aides in improving the computational performance of the model. |
56
56
||1 = Scaling is activated. |
57
57
||0 = Scaling is not activated. |
58
-
|ModelingToGenerateAlternatives | Modeling to Generate Alternative Algorithm. For details, see [here](https://genxproject.github.io/GenX/dev/additional_features/#Modeling-to-Generate-Alternatives)|
58
+
|ModelingToGenerateAlternatives | Modeling to Generate Alternative Algorithm. For details, see [here](https://genxproject.github.io/GenX.jl/v0.3/additional_features/#Modeling-to-Generate-Alternatives)|
59
59
||1 = Use the algorithm. |
60
60
||0 = Do not use the algorithm. |
61
61
|ModelingtoGenerateAlternativeSlack | value used to define the maximum deviation from the least-cost solution as a part of Modeling to Generate Alternative Algorithm. Can take any real value between 0 and 1. |
Copy file name to clipboardExpand all lines: docs/src/how_to_run_genx.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Requirements
2
2
3
-
GenX currently exists in version 0.3.6 and runs only on Julia v1.5.x, 1.6.x, 1.7.x, 1.8.x, and 1.9.x, where x>=0 and a minimum version of JuMP v1.1.1. We recommend the users to either stick to a particular version of Julia to run GenX. If however, the users decide to switch between versions, it's very important to delete the old Manifest.toml file and do a fresh build of GenX when switching between Julia versions.
3
+
GenX currently exists in version 0.3.7 and runs only on Julia v1.5.x, 1.6.x, 1.7.x, 1.8.x, and 1.9.x, where x>=0 and a minimum version of JuMP v1.1.1. We recommend the users to either stick to a particular version of Julia to run GenX. If however, the users decide to switch between versions, it's very important to delete the old Manifest.toml file and do a fresh build of GenX when switching between Julia versions.
4
4
For those users who has previously cloned GenX, and has been running it successfully so far,
5
5
and therefore might be unwilling to run it on the latest version of Julia:
6
6
please look into the GitHub branch, [old_version](https://github.com/GenXProject/GenX/tree/old_version).
@@ -19,7 +19,7 @@ You can see all of the packages installed in your Julia environment and their ve
19
19
20
20
## Documentation
21
21
22
-
Detailed documentation for GenX can be found [here](https://genxproject.github.io/GenX/dev).
22
+
Detailed documentation for GenX can be found [here](https://genxproject.github.io/GenX.jl/v0.3/).
23
23
It includes details of each of GenX's methods, required and optional input files, and outputs.
24
24
Interested users may also want to browse through [prior publications](https://energy.mit.edu/genx/#publications) that have used GenX to understand the various features of the tool.
0 commit comments