Skip to content
GitLab
Explore
Sign in
Commits · 9f6740fe0ba9a14817e0d506b68f52d6a6950717
irls-sgd
Browse files
Apr 30, 2021
Added a function to plot convergence of the algorithm
· 9f6740fe
Jon
authored
Apr 30, 2021
9f6740fe
Apr 29, 2021
Fix of checks
· dfc7c872
Jon
authored
Apr 29, 2021
dfc7c872
Added checking of argument lengths in irls
· d2f9bab8
Jon
authored
Apr 29, 2021
d2f9bab8
Apr 27, 2021
Added RcppEigen gradients for logistic and gaussian case to improve speed.
· 7f117c43
Jon
authored
Apr 27, 2021
7f117c43
Apr 26, 2021
Quick bug fix
· df985377
Jon
authored
Apr 26, 2021
df985377
Added explosion sample increase as a tuning parameter
· 56c2e347
Jon
authored
Apr 26, 2021
56c2e347
A lot of documentation fixes
· 240b5bec
Jon
authored
Apr 26, 2021
240b5bec
Added an option to pick the frequency of the history in sgd
· aee720f9
Jon
authored
Apr 26, 2021
aee720f9
Apr 25, 2021
Removed a hardcoded subs size in irls.sgd
· 53127548
Jon
authored
Apr 25, 2021
53127548
Added a vignette
· 701040cb
Jon
authored
Apr 25, 2021
701040cb
Apr 21, 2021
Added shuffling of data in SGD
· af2f20ae
Jon
authored
Apr 21, 2021
af2f20ae
Changed to a faster sampler from wrswoR
· e0fb0726
Jon
authored
Apr 21, 2021
e0fb0726
Apr 20, 2021
Replaced sampling with wrswoR implementation
· 626f22f3
Jon
authored
Apr 21, 2021
626f22f3
Added a debug file to cause exception for ASAN
· 765684c9
Jon
authored
Apr 20, 2021
765684c9
Clean up documentation
· f4b57985
Jon
authored
Apr 20, 2021
f4b57985
Initial commit
· 0b247fcf
Jon
authored
Apr 20, 2021
0b247fcf
Loading