Hybrid deterministic-stochastic methods for data fitting M. P. Friedlander, M. Schmidt. SIAM Journal on Scientific Computing, 34(3):A1380–A1405, 2012. [abs] [bib]

Reproducible research

The following code facilitates the reproduction of all figures appearing in the paper.

Downloads

Most scripts use pre-computed data files to save time. When a required data file is missing it is automatically regenerated. To regenerate all experiments, simply delete the intermediate files in the +batching/results+ directory.

Getting started

Download the zip archive

in a suitable directory and unzip. Next, start Matlab, change to the resulting hybrid directory and type addpath(genpath(pwd)) to set up all required paths.

# Run demo, similar Figure 5.5:
>> example_batching

# Run the experiments in the paper (assumes existing results files removed):
>> expBatching_runAll

# Reproduce all the plots in the paper:
>> expBatching_plotAll