Skip to content

Commit

Permalink
Update 020_compare_cbf_time_constant.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
rskjetne authored Jul 1, 2024
1 parent dbd5a13 commit b65932f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/020_compare_cbf_time_constant.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"\n",
"allocators = []\n",
"gamma = [1e-3, 1e-3, 1e-3]\n",
"mu = [1e-1, 1e-1, 1e-1]\n",
"mu = [1e-1, 1e-1, 5e-1]\n",
"rho = [1.0, 10.0, 1.0]\n",
"zeta = [1.0, 0.1, 0.01]\n",
"zeta = [0.01, 0.01, 0.01]\n",
"lambda_p = [0.99, 0.99, 0.99]\n",
"\n",
"table = dict_to_table({\n",
Expand Down

0 comments on commit b65932f

Please sign in to comment.