This repository contains Julia code for the paper AdaBiM: An essentially adaptive proximal gradient method for convex simple bilevel optimization.
The problems that can be tackled are of the form
where
Algorithms are implemented here.
You can download the datasets required in some of the experiments by running:
julia --project=. download_datasets.jl
Numerical simulations for a few different problems are contained in subfolders.
For example, the linear inverse problem with the runme.jl
file includes the associated simulations. Executing main()
will generate the plots in the same subfolder.