Skip to content

Commit

Permalink
brief README
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 10, 2023
1 parent cbdeab0 commit 85bdc86
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,13 @@ It contains a reference implementation of the Markowitz portfolio optimization
problem and the data used in the paper. Please note that the tickers of the
stocks have been obfuscated to comply with the data provider's terms of use.

## Installation

Please start any experiment with

```bash
make install
```

to replicate the virtual environment we have defined in 'requirements.txt'.

## Experiments

Please run all experiments using

```bash
make experiments
```

Before the experiments start the virtual environment defined in 'requirements.txt'
is replicated locally.

0 comments on commit 85bdc86

Please sign in to comment.