Skip to content

Commit 7aaf6ae

Browse files
committed
Correct readme and add precision on optimality gap defined as a percentage (#11)
1 parent 3152faa commit 7aaf6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Concretely, the package will run ANTARES iteratively. Depending on the number of
8383

8484
### Settings
8585

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/`.
8787

8888
* `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.
8989

@@ -99,7 +99,7 @@ uc_type = relaxed_fast
9999
master = integer
100100
optimality_gap = 0
101101
```
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 (`.`).
103103

104104

105105
### Which settings should I use for my expansion problem ?

0 commit comments

Comments
 (0)