Skip to content

Commit

Permalink
Correct readme and add precision on optimality gap defined as a perce…
Browse files Browse the repository at this point in the history
…ntage (#11)
  • Loading branch information
baptsegu committed May 30, 2017
1 parent 3152faa commit 7aaf6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Concretely, the package will run ANTARES iteratively. Depending on the number of

### Settings

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

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

Expand All @@ -99,7 +99,7 @@ uc_type = relaxed_fast
master = integer
optimality_gap = 0
```
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.
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 (`.`).


### Which settings should I use for my expansion problem ?
Expand Down

0 comments on commit 7aaf6ae

Please sign in to comment.