Skip to content

Commit

Permalink
Update src/interface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Oct 31, 2023
1 parent f3af945 commit 1e77d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ domain_oracle - For a point x: returns true if x is in the domain of f,
on the Line Search method, you might have to provide the domain oracle to it, too.
start_solution - initial solution to start with an incumbent
fw_verbose - if true, FrankWolfe logs are printed
use_shadow_set - The shadow set is the set of discarded vertices which is inherited by the childern nodes.
use_shadow_set - The shadow set is the set of discarded vertices which is inherited by the children nodes.
It is used to avoid recomputing of vertices in case the LMO is expensive. In case of a cheap LMO,
performance might improve by disabling this option.
"""
Expand Down

0 comments on commit 1e77d78

Please sign in to comment.