]> SALOME platform Git repositories - modules/adao.git/blob - doc/en/snippets/SampleAsMinMaxStepHyperCube.rst
Salome HOME
Documentation for sampling update and examples improvement
[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.
8
9   Example :
10   ``{"SampleAsMinMaxStepHyperCube":[[0.,1.,0.25],[-1,3,1]]}`` for a state space of dimension 2.