Skip to content

Commit

Permalink
add pilnu sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzennio committed Nov 27, 2023
1 parent 7073e65 commit 6b3ca20
Show file tree
Hide file tree
Showing 3 changed files with 1,028 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pilnu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
"new_params = {\n",
" 'cvl' :{'inits': (1.0,), 'bounds': ((-2., 2.),), 'paramset_type': 'unconstrained'},\n",
" 'csl' :{'inits': (0.0,), 'bounds': ((-2., 2.),), 'paramset_type': 'unconstrained'},\n",
" 'ct ' :{'inits': (0.0,), 'bounds': ((-2., 2.),), 'paramset_type': 'unconstrained'},\n",
" 'ct' :{'inits': (0.0,), 'bounds': ((-2., 2.),), 'paramset_type': 'unconstrained'},\n",
" 'FF' :{'inits': (fp0, fp1, fp2, f01, f02), \n",
" 'bounds': (), \n",
" 'cov': cov, \n",
Expand Down
Loading

0 comments on commit 6b3ca20

Please sign in to comment.