Skip to content

Instantly share code, notes, and snippets.

@lkapelevich
Last active May 15, 2018 01:38
Show Gist options
  • Save lkapelevich/97270bc8dc90551086278ab4312ead11 to your computer and use it in GitHub Desktop.
Save lkapelevich/97270bc8dc90551086278ab4312ead11 to your computer and use it in GitHub Desktop.
bd = BenchmarkData(Xdata = Xdata(MvNormal, NoCorrelation),
wdist = BinChoice(),
noisedist = Normal(),
SNR = 20.0,
nfeatures = 1000,
sparsity = 10,
nrange = collect(100:20:500)
)
m = RelaxDualSubgradient(gamma = 1.0, ConstantStepping(1e-3))
results = benchmark(bd, m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment