]> SALOME platform Git repositories - modules/adao.git/blob - doc/en/snippets/SampleAsMinMaxStepHyperCube.rst
Salome HOME
Minor documentation review corrections for bounds
[modules/adao.git] / doc / en / snippets / SampleAsMinMaxStepHyperCube.rst
1 .. index:: single: SampleAsMinMaxStepHyperCube
2
3 SampleAsMinMaxStepHyperCube
4   *List of triplets of real values*. This key describes the calculations points
5   as an hyper-cube, from a given list of implicit sampling of each variable by
6   a triplet *[min,max,step]*. That is then a list of the same size than the one
7   of the state. The bounds are included. By nature, the points are included in
8   the domain defined by the explicit bounds.
9
10   Example :
11   ``{"SampleAsMinMaxStepHyperCube":[[0.,1.,0.25],[-1,3,1]]}`` for a state space of dimension 2.