Skip to content

Commit

Permalink
Update optimize_interface.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
anirban-chaudhuri committed Jul 16, 2024
1 parent 646f1a3 commit 0dcc3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/optimize_interface.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1599,9 +1599,9 @@
],
"source": [
"# Define optimization problem setup\n",
"observed_params = [\"I_state\"]\n",
"risk_bound = 3e5\n",
"qoi = lambda y: obs_max_qoi(y, observed_params)\n",
"observed_params = [\"I_state\"]\n",
"initial_guess_interventions = [0.35, 5.0]\n",
"bounds_interventions = [[0.1, 1.0], [0.5, end_time_SEIRHD2]]\n",
"\n",
Expand Down

0 comments on commit 0dcc3e8

Please sign in to comment.