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

Add the three-dimension test function with Asymptotes from Dette and Pepelyshev (2010) #331

Open
damar-wicaksono opened this issue Jan 12, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base

Comments

@damar-wicaksono
Copy link
Owner

damar-wicaksono commented Jan 12, 2024

The three-dimensional function from Dette and Pepelyshev (2010)1 is a test function used in the context of metamodeling (specifically, design of computer experiments to construct metamodels). The function reads as follows:

$$ \mathcal{M}(\boldsymbol{x}) = 100 \left( \exp{\left({\frac{-2}{x_1^{1.75}}}\right)} + \exp{\left({\frac{-2}{x_2^{1.5}}}\right)} + \exp{\left({\frac{-2}{x_3^{1.25}}}\right)} \right) $$

where $\boldsymbol{x} = \{ x_1, x_2, x_3 \}$ is the vector of input variables modeled as an independent uniform random variable in $[0, 1]^3$. The function features asymptotes at the left boundaries of the design space.

Footnotes

  1. H. Dette and A. Pepelyshev, "Generalized latin hypercube design for computer experiments," Technometrics, vol. 52, no. 4, pp. 421-429, 2010. doi: 10.1198/TECH.2010.09157. See Eq. (4), Section 3.1.

@damar-wicaksono damar-wicaksono added documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base labels Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base
Projects
None yet
Development

No branches or pull requests

1 participant