- torch
- pandas
- matplotlib
- seaborn
- tqdm -scikit-learn
Make sure to install the above listed libraries
All scripts must be run from the home folder
Optimize a simple time-varying function: bash simple_function_experiments/run_all.sh
bash figures/make_figure1.sh
bash figures/make_figure2.sh
Optimize a simple positive definite quadratic function using SAGD and plot the parameters: x, y, z
bash figures/make_figure3.sh
Online Linear Regression Problem
bash linear_regression_experiments/run_all.sh
bash figures/make_figure4.sh