new | name of existing table
|
|||
Array of activation functions to use for each layer. Choose from none, relu, elu, sigmoid, and tanh.
|
|||
recompute | append
|
|||
Set to true if the input parameters are correlated.
|
|||
Type of covariance function to use when surrogatemodel is set to gp. Use se for Squared exponential, matern32 for Matérn 3/2, matern52 for Matérn 5/2 and nn for Single-layer neural network.
|
|||
global | all
|
|||
string array with keys col1, col2, col3, … and values uniform, normal, lognormal, gamma, beta, weibull, or gumbel
|
|||
immediate | later
|
Use immediate to stop immediately if there is an error, or use later to skip problematic parameters.
|
||
Deep Neural Network function to use, when surrogatemodel is set to dnn for each quantity of interest as an alternating array of keys and values.
|
|||
Gaussian Process function to use, when surrogatemodel is set to gp for each quantity of interest as an alternating array of keys and values.
|
|||
Least-Squares Fit function to use, when surrogatemodel is set to lsq for each quantity of interest as an alternating array of keys and values.
|
|||
Polynomial Chaos Expansion (PCE) function to use, when surrogatemodel is set to pce for each quantity of interest as an alternating array of keys and values.
|
|||
direct | montecarlo
|
|||
string array with keys 1, 2, 3, … and values sum, min, max, last, first, all, or interp (time-dependent study only)
|
|||
The interpolation times to sample for when innermostparameter is set to interp for each quantity of interest as an alternating array of keys and values.
|
|||
last | all
|
|||
The lower bound for the CDF for each input parameter distribution if lcdfselection is set to manual as an alternating array of keys and values.
|
|||
string array with keys col1, col2, col3, … and values 0.3, 0.1, 0.01, 1e-3, 1e-4, 1e-5, 1e-6, 1e-7, or manual
|
|||
new | name of table group
|
|||
Output table to use, when surrogatemodel is set to none for each quantity of interest as an alternating array of keys and values.
|
|||
auto | manual
|
PCE settings method. If set to auto (the default), the training will automatically determine the required polynomial degree needed to obtain suitable accuracy. If set to manual, the maximum polynomial degree is determined by the polydegreespce and qnorm settings.
|
||
For each quantity of interest, specify if it is global (reduce) or nonglobal (configure) as an array of alternating keys and values.
|
|||
Use gp (Gaussian Process), pce (Polynomial Chaos Expansion), dnn (Deep Neural Network), or lsq (Least-squares fit) to set up surrogate models after the design of experiments, or use none if no surrogate models should be created.
|
|||
The upper bound for the CDF for each input parameter distribution if ucdfselection is manual as an alternating array of keys and values.
|
|||
string array with keys col1, col2, col3, … and values 0.7, 0.9, 0.99, 1-1e-3, 1-1e-4, 1-1e-5, 1-1e-6, 1-1e-7, or manual
|
|||