yaocptool.stochastic package¶
Submodules¶
yaocptool.stochastic.pce module¶
-
class
PCEConverter(socp, pc_order=3, n_samples=None, **kwargs)[source]¶ Bases:
object-
__init__(socp, pc_order=3, n_samples=None, **kwargs)[source]¶ Parameters: - socp (StochasticOCP) – Stochastic Optimal Control Problem
- pc_order (int) – order of the polynomial, for the polynomial approximation. (default: 3)
- n_samples (int) – number of samples of the parameters. If None is provided, the minimum number of samples will be used, depending on the number of uncertain parameters and polynomial order
- kwargs –
-
n_pol_parameters¶
-
n_uncertain¶
-