11.4.5. rheia.CASES.determine_stoch_des_space.StochasticDesignSpace.convert_into_dictionary
- StochasticDesignSpace.convert_into_dictionary(x_i)
Convert the input sample for model evaluation into a dictionary.
- Parameters
x_i (ndarray) – Input sample for model evaluation. x_i = [xp1, xp2, …, xpm, xd1, xd2, …, xdn] Parameters are included for uncertainty quantification reasons.
- Returns
{**parameters, **inputs} – The dictionary with the variable and parameter names as keys, and the input sample values as values.
- Return type
dict