bayesvalidrox.surrogate_models.sequential_design.subdomain¶
- bayesvalidrox.surrogate_models.sequential_design.subdomain(Bounds, n_new_samples)¶
Divides a domain defined by Bounds into subdomains.
Parameters¶
- Boundslist of tuples
List of lower and upper bounds.
- n_new_samplesint
Number of samples to divide the domain for.
Returns¶
- SubdomainsList of tuples of tuples
Each tuple of tuples divides one set of bounds into n_new_samples parts.