Skip to content

Commit

Permalink
Update examples/open_loop.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Sep 29, 2023
1 parent 78746b2 commit 5aebeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/open_loop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ res_10 = FrankWolfe.frank_wolfe(
trajectory=true,
)

plot_trajectories([res_2[end], res_4[end], res_6[end], res_10[end]], ["ell = 2 (default)", "ell = 4", "ell = 6", "ell = 10"], marker_shapes=[:dtriangle, :rect, :circle, :pentagon])
plot_trajectories([res_2[end], res_4[end], res_6[end], res_10[end]], ["ell = 2 (default)", "ell = 4", "ell = 6", "ell = 10"], marker_shapes=[:dtriangle, :rect, :circle, :pentagon])

0 comments on commit 5aebeb7

Please sign in to comment.