Skip to content

Commit

Permalink
rerunning interfaces notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sabinala committed Aug 27, 2024
1 parent 1d11f50 commit 9d6a52c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/source/interfaces.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 88%|██████████████████████████████████████████▍ | 53/60 [00:07<00:00, 9.47it/s]"
" 75%|████████████████████████████████████ | 45/60 [00:06<00:01, 9.23it/s]"
]
},
{
Expand All @@ -2549,11 +2549,11 @@
"Optimal policy: tensor([0.2032], dtype=torch.float64)\n",
"{'policy': tensor([0.2032], dtype=torch.float64), 'OptResults': message: ['requested number of basinhopping iterations completed successfully']\n",
" success: True\n",
" fun: 0.2111072303557351\n",
" x: [ 1.389e-01]\n",
" fun: 0.14687910929135808\n",
" x: [ 2.032e-01]\n",
" nit: 5\n",
" minimization_failures: 4\n",
" nfev: 53\n",
" nfev: 46\n",
" lowest_optimization_result: message: Optimization terminated successfully.\n",
" success: True\n",
" status: 1\n",
Expand Down
1 change: 0 additions & 1 deletion pyciemss/ouu/ouu.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import torch
from chirho.dynamical.handlers.solver import TorchDiffEq
from chirho.interventional.ops import Intervention

from scipy.optimize import basinhopping

from pyciemss.integration_utils.intervention_builder import (
Expand Down

0 comments on commit 9d6a52c

Please sign in to comment.