Skip to content

Commit

Permalink
Update init_params to initial_params (#432)
Browse files Browse the repository at this point in the history
* Update `init_params` to `initial_params`

* update Manifests

* regen with Julia1.10

---------

Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
  • Loading branch information
sunxd3 and yebai authored Mar 1, 2024
1 parent 466f179 commit 8515a56
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 653 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ chain_sde = sample(
model_sde,
NUTS(0.25),
5000;
init_params=[1.5, 1.3, 1.2, 2.7, 1.2, 0.12, 0.12],
initial_params=[1.5, 1.3, 1.2, 2.7, 1.2, 0.12, 0.12],
progress=false,
)
plot(chain_sde)
Expand Down
Loading

0 comments on commit 8515a56

Please sign in to comment.