Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed in optimizing function #7

Open
M2LabOrg opened this issue Jan 23, 2024 · 0 comments
Open

Seed in optimizing function #7

M2LabOrg opened this issue Jan 23, 2024 · 0 comments

Comments

@M2LabOrg
Copy link

M2LabOrg commented Jan 23, 2024

I get the following error when running the example hmm-univariate-gaussian.R:

> myOpt   <- optimizing(mySpec, myModel, y = y, nRun = 50, nCores = 10, seed = 9000)
Error in (function (file, model_name = "anon_model", model_code = "",  : 
  unused argument (seed = 9000)

Removing seed = 9000 worked. Is seed still applicable in this function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant