parepy_toolbox.learning_problems module#
Learning and problems to use in PAREpy toolbox
- structural_problems(type_, name)[source]#
This function contain several problems about structural reliability.
- Parameters:
type – Choose type the algorithm you will use in numerical solution. Supported values: (a) ‘sampling’ and (b) ‘derivative’.
name (str) – Name of problem. Supported values: (a) ‘Chang-p558’ - aqui a ref zotero, example 10.5 page 558, (b) xxxxxx, (c) xxxxxx
type_ (str)
- Return type:
tuple[Callable, list]
:return output[0] = The objective function, output[1] = Containing the distribution type and parameters.
# Examples