Salome HOME
Minor documentation review corrections for bounds
[modules/adao.git] / doc / en / snippets / SampleAsExplicitHyperCube.rst
1 .. index:: single: SampleAsExplicitHyperCube
2
3 SampleAsExplicitHyperCube
4   *List of list of real values*. This key describes the calculations points as
5   an hyper-cube, from a given list of explicit sampling of each variable as a
6   list. That is then a list of lists, each of them being potentially of
7   different size. By nature, the points are included in the domain defined by
8   the bounds of the explicit lists for each variable.
9
10   Example : ``{"SampleAsExplicitHyperCube":[[0.,0.25,0.5,0.75,1.], [-2,2,1]]}`` for a state space of dimension 2.