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 Eight-Dimensional Function from Dette and Pepelyshev (2010) #333

Open
damar-wicaksono opened this issue Jan 12, 2024 · 0 comments
Open
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

The eight-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}) = 4 \left( x_1 - 2 + 8 x_2 - 8 x_2^2 \right) + \left( 3 - 4 x_2 \right)^2 + 16 \left( x_3 + 1 \right)^{0.5} \left( 2 x_3 - 1 \right)^2 + \sum_{k = 4}^8 k \ln{\left( 1 + \sum_{i=3}^k x_i \right)} $$

where $\boldsymbol{x} = \{ x_1, \ldots, x_8 \}$ is the vector of input variables modeled as an independent uniform random variable in $[0, 1]^8$. The function is highly curved with respect to some input variables and less so with respect to some others.

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. (6), Section 3.3.

@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