You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a script which should run GeneralisedSobolSensitivity() on a third party model. I created a wrapper class BlackboxModelUQpy for that, and used RunModel( model=BlackboxModelQUpy() ). However, when I pass the number of samples n_samples=2 to the GeneralisedSobolSensitivity().run method, it runs the model 22 times (2*11) for some reason.
I cannot understand why the number of runs is so many. I can post my script somewhere, for reference ;)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I created a script which should run GeneralisedSobolSensitivity() on a third party model. I created a wrapper class BlackboxModelUQpy for that, and used RunModel( model=BlackboxModelQUpy() ). However, when I pass the number of samples n_samples=2 to the GeneralisedSobolSensitivity().run method, it runs the model 22 times (2*11) for some reason.
I cannot understand why the number of runs is so many. I can post my script somewhere, for reference ;)
Sincerely,
Vasil
Beta Was this translation helpful? Give feedback.
All reactions