From 1e77d78d407f6029cd1054632b88f981468bb0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Besan=C3=A7on?= Date: Tue, 31 Oct 2023 18:51:14 +0100 Subject: [PATCH] Update src/interface.jl --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index cf2d351fb..37704a494 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -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. """