Skip to content

Commit

Permalink
rng changed
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Oct 24, 2024
1 parent 4e1f491 commit 80dc2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_stateless.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ plot_trajectories([trajectory_simple[1:end], trajectory_restart[1:end]], ["simpl

# simple step iterations about 33% faster

@test line_search.factor <= 44
@test line_search.factor <= 51

x, v, primal, dual_gap, trajectory_restart_highpres = FrankWolfe.frank_wolfe(
f,
Expand Down

0 comments on commit 80dc2b2

Please sign in to comment.