Skip to content

Commit

Permalink
Improve 05/markowitz_portfolio (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlan committed Nov 7, 2023
1 parent 7f250f8 commit 1341b32
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions notebooks/05/markowitz_portfolio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,49 +224,7 @@
}
],
"source": [
"gamma_values = [\n",
" 0.005,\n",
" 0.01,\n",
" 0.02,\n",
" 0.03,\n",
" 0.04,\n",
" 0.05,\n",
" 0.06,\n",
" 0.07,\n",
" 0.08,\n",
" 0.09,\n",
" 0.1,\n",
" 0.11,\n",
" 0.12,\n",
" 0.13,\n",
" 0.14,\n",
" 0.15,\n",
" 0.16,\n",
" 0.17,\n",
" 0.18,\n",
" 0.19,\n",
" 0.20,\n",
" 0.25,\n",
" 0.3,\n",
" 0.4,\n",
" 0.5,\n",
" 0.6,\n",
" 0.7,\n",
" 0.8,\n",
" 0.9,\n",
" 1,\n",
" 1.5,\n",
" 2,\n",
" 2.5,\n",
" 3,\n",
" 3.5,\n",
" 4,\n",
" 4.5,\n",
" 4.75,\n",
" 5,\n",
" 5.25,\n",
" 5.5,\n",
"]\n",
"gamma_values = np.linspace(0, 5, 100)\n",
"objective = []\n",
"\n",
"plt.rcParams.update({\"font.size\": 14})\n",
Expand Down

0 comments on commit 1341b32

Please sign in to comment.