You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Instead of traversing the properties of the plan/algorithm, we can also use the `setAll!` function to set all parameters of the same of the plan at once:
46
46
setAll!(plan, :solver, FISTA);
47
47
# This also works with dictionaries of symbols and values:
0 commit comments