/Sparse-Index-Tracking

Simple implementation to solve the sparse financial index tracking problem with ADMM

Primary LanguageJulia

Sparse-Index-Tracking

This is an attempt to solve the Sparse Index tracking problem as an optimization problem via ADMM.
For the mathemtical derivation of the ADMM that I've used check here.
The main file is index_tracking.jl.