Is it possible to manually add this option in the .vsc file as a text? (to avoid the hassle when using cmd/dll)
Can I vary the NOISE SEED in the .vsc text instead of the checkbox?
-
- Senior Member
- Posts: 210
- Joined: Sun Oct 21, 2018 7:09 am
- Vensim version: DSS
Re: Can I vary the NOISE SEED in the .vsc text instead of the checkbox?
Not if you're using the File method. But every time you run an mcmc, it now generates a vsc that runs the sample with that box checked.
For other methods (multivariate, latin hypercube) you can add NOISE SEED=VECTOR(...) to the list as an alternative.
For other methods (multivariate, latin hypercube) you can add NOISE SEED=VECTOR(...) to the list as an alternative.
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
-
- Senior Member
- Posts: 210
- Joined: Sun Oct 21, 2018 7:09 am
- Vensim version: DSS
Re: Can I vary the NOISE SEED in the .vsc text instead of the checkbox?
Thanks a lot, Tom. Yes, I'm doing sensitivity after MCMC, and all I had to do was to include NOISE SEED as a variable in the model and set MY_SEED = 0, which goes into the Random functions. Such a nice feature! Thanks a lot!