Skip to content

Commit

Permalink
Update examples/optimal_experiment_design.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Oct 29, 2024
1 parent fe08f3b commit 8d3a858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/optimal_experiment_design.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end
line_search = FrankWolfe.MonotonicGenericStepsize(FrankWolfe.Adaptive(), domain_oracle)
x0, active_set = build_start_point(Ex_mat, N, ub)
z = greedy_incumbent(Ex_mat, N, ub)
x, _, _ = Boscia.solve(g, grad!, blmo, active_set=active_set, start_solution=z, time_limit=10, verbose=false, domain_oracle=domain_oracle, domain_point=domain_point, custom_heuristics=[heu], line_search=line_search)
x, _, _ = Boscia.solve(g, grad!, blmo, active_set=active_set, start_solution=z, time_limit=10, verbose=false, domain_oracle=domain_oracle, domain_point=domain_point, custom_heuristics=[heu], line_search=line_search)

# proper run with MGLS and Adaptive
line_search = FrankWolfe.MonotonicGenericStepsize(FrankWolfe.Adaptive(), domain_oracle)
Expand Down

0 comments on commit 8d3a858

Please sign in to comment.