baxus.util.space_learning package¶
Submodules¶
baxus.util.space_learning.trust_region module¶
- baxus.util.space_learning.trust_region.create_Xcand(x_center: ndarray, weights: ndarray, length: float, dim: int, n_cand: int, dtype, device) Tuple[ndarray, ndarray, ndarray] ¶
- Parameters
x_center – the TR center
weights – the weights of the dims
length – baselength
dim – the target dim
n_cand – number of candidates
dtype – the data type
device – the device
- Returns
triple, X_cand, lb, ub