We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04db1d commit a2885a0Copy full SHA for a2885a0
src/SparseRegression.jl
@@ -33,7 +33,7 @@ function learn!(o::SModel; verbose::Bool = true)
33
s
34
end
35
36
-strategy(o::SModel) = strategy(ProxGrad(o), MaxIter(), Converged(coef))
+strategy(o::SModel) = strategy(AdaptiveProxGrad(o), MaxIter(), Converged(coef))
37
38
const ScaledL2 = Union{L2DistLoss, LossFunctions.ScaledDistanceLoss{L2DistLoss}}
39
strategy(o::SModel{<:ScaledL2, <:Union{NoPenalty, L2Penalty}}) = Sweep(o)
0 commit comments