Sobol design
    
    
              Bases: AbstractInitialDesign
Sobol sequence design with a scrambled Sobol sequence. See scipy.github.io/devdocs/reference/generated/scipy.stats.qmc.Sobol.html for further information.
Source code in smac/initial_design/sobol_design.py
                    
select_configurations() -> list[Configuration]
Selects the initial configurations. Internally, _select_configurations is called,
which has to be implemented by the child class.
Returns#
configs : list[Configuration] Configurations from the child class.