Tim Ruhkopf
Tim Ruhkopf
Really nice! I look forward to it. On that note, for working with the current version, I have a related question: The [Search Space](http://mn.cs.tsinghua.edu.cn/autogl/documentation/docfile/tutorial/t_hpo.html#search-space) tutorial is rather short, can you...
Thinking a little bit further and investigating your code, going in the direction of Configspace would also allow you to specify your prior beliefs about the distribution of Parameters -...
Hi Bladesaber, First of all you can actually use smac options in the `scenario` object. In particular, there is the [limit_resources](https://automl.github.io/SMAC3/master/pages/details/arguments.html?highlight=limit_resource), that you can make use of. It is by...
Have been looking into this. The way you would want to do this in smac 2.0, is that you no longer define the tae as a method (because the partial...
- [ ] #975
Hi, I have been looking into your problem -- in the new release, there won't be a cmd interface anymore. But multiple instances with seeds are deterministic now. Should you...
Good things may take a while, but with our latest release (2.0), this becomes an easy-to-fix issue: simply add to the `.get_initial_design` call (e.g. in [this SVM example](https://github.com/automl/SMAC3/blob/b760a4e6aafe3bc45ef528f4ac889f04f6eff945/examples/1_basics/2_svm_cv.py#L80)) the default...
At long last, this is now an optional feature; see PR #995. Setting Scenario([...], use_default_config=True) will make use of the default config. but it is not the default for legacy...
> Can you make sure that the property `is_trained` is an abstract property, thus required? If this is difficult with the property type, you can also create an `abstractmethod` I...
The original Code for [adaptive capping in smac](https://github.com/automl/SMAC3/blob/v1.4.1/smac/intensification/abstract_racer.py#L266) can be found here and can be partially be carried over I had a look in the current implementation and narrowed it...