GSLS.sample_points¶
- GSLS.sample_points(n, x, num_points)[source]¶
Sample
num_points
points aroundx
on then
-sphere of specified radius.The radius of the sphere is
self._options['sampling_radius']
.- Parameters
n (
int
) – Dimension of the problem.x (
ndarray
) – Point around which the sample set is constructed.num_points (
int
) – Number of points in the sample set.
- Return type
Tuple
[ndarray
,ndarray
]- Returns
A tuple containing the sampling points and the directions.