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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Concretely, the package will run ANTARES iteratively. Depending on the number of
83
83
84
84
### Settings
85
85
86
-
The different settings can be modified by the user of the package. All the settings are saved in a file `settings.ini` located in the foler`user/expansion/`.
86
+
The different settings can be modified by the user of the package. All the settings are saved in a file `settings.ini` located in the folder`user/expansion/`.
87
87
88
88
*`optimality_gap`: The optimality gap can take any numeric value. The optimality gap is theoretically the maximum possible distance (in euros) between the solution returned by the method and the optimal solution.
89
89
@@ -99,7 +99,7 @@ uc_type = relaxed_fast
99
99
master = integer
100
100
optimality_gap = 0
101
101
```
102
-
Note that the optimality gap can also be given relatively to be best found solution by entering a `%` after the numeric value of the setting.
102
+
Note that the optimality gap can also be given relatively to be best found solution by entering a `%` after the numeric value of the setting. In that case, the optimality is between `0%`and `100%` and the decimal separator is a point (`.`).
103
103
104
104
105
105
### Which settings should I use for my expansion problem ?
0 commit comments