LukasFehring
LukasFehring
When calling get_table, you should be able to provide an optional condition
Fix issue with table_name handling
In the scenario class, the `deterministic` parameter is set to false by default. This might have some unintended consequences. However on first glance it appears that everything works as expected...
Even though the deterministic behavior in scenario is set to False, facades treat it as true, because other hyperparamters impact the execution
As mentioned in the main issue, the documentation of the deterministic behavior needs to be adapted
#### Description Even after `n_trials` is depleted, the `ask and tell` interface of SMAC allows to sample additional configurations without notifying the user. This behavior warrants documentation, and probably a...
#### Description The PriorAcquisitionFunction utilizes the distributions contained in the ConfigSpace for the prior. However, using these distributions will also adapt SAMCs sampling behavior. This needs to be changed. We,...