This repository contains a reference implementation of the Markowitz portfolio optimization problem discussed in the paper Markowitz Portfolio Construction at Seventy.
@kasperjo I merged in the latest changes from the main branch. In doing so, I've undid some changes you made to the backtest and taming files.
I think to get these experiments merged, we should:
not make any changes to the main markowitz function, which corresponds 1:1 to the paper. You can obviously add additional ones. Maybe it makes sense to collect all of the different versions (regular, hard, parametrized) in the same file?
convert the notebook to a py file
we can discuss any changes required to current scripts or classes. For example, you can create a subclass in the tuning file?
@kasperjo I merged in the latest changes from the main branch. In doing so, I've undid some changes you made to the backtest and taming files.
I think to get these experiments merged, we should:
markowitz
function, which corresponds 1:1 to the paper. You can obviously add additional ones. Maybe it makes sense to collect all of the different versions (regular, hard, parametrized) in the same file?