Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Sep 5, 2024
1 parent e228f88 commit 56bf8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ julia> p_opt
0.3333333286623478
```
Note that active-set based methods like `Away-Frank-Wolfe` and `Blended Pairwise Conditional Gradient` also include a post processing step.
Note that active-set based methods like Away Frank-Wolfe and Blended Pairwise Conditional Gradient also include a post processing step.
In post-processing all values are recomputed and in particular the dual gap is computed at the current FW vertex, which might be slightly larger than the best dual gap observed as the gap is not monotonic. This is expected behavior.
Expand Down

0 comments on commit 56bf8f3

Please sign in to comment.