Skip to content

Sampling + DOE Analysis #166

Answered by thenectarine
shor-ty asked this question in Q&A
Jan 20, 2025 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

The example below builds a polynomial surrogate model, then an uncertainty quantification is performed by sampling the polynomial surrogate model. The original blackbox function is the textbook problem.

Here is a brief summary of what each block is doing.

  • The environment block has keyword top_method_pointer that points to block 'UQ' and will execute that method first. If there is no keyword top_method_pointer, the first method block is used.
  • Method block 'UQ' is configured to perform an uncertainty quantification via the sampling method. This method block points to model 'UQ_M'
  • Model block 'UQ_M' is a surrogate model created by method 'UQ_DACE'
  • Method 'UQ_DACE' uses LHS to query the blac…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@shor-ty
Comment options

Answer selected by shor-ty
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants