Page 1 of 1
Can I vary the NOISE SEED in the .vsc text instead of the checkbox?
Posted: Mon Jun 09, 2025 2:32 am
by aliakhavan89
Is it possible to manually add this option in the .vsc file as a text? (to avoid the hassle when using cmd/dll)

- hmfile_hash_77444542.png (11.3 KiB) Viewed 1424 times
Re: Can I vary the NOISE SEED in the .vsc text instead of the checkbox?
Posted: Mon Jun 09, 2025 3:17 am
by tomfid
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.
Re: Can I vary the NOISE SEED in the .vsc text instead of the checkbox?
Posted: Mon Jun 09, 2025 3:09 pm
by aliakhavan89
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!