-
When i try to run the following scenario
```
scenario = Scenario({
"run_obj": "quality", # Optimize quality (alternatively runtime)
"runcount-limit": 64,
"limit_resources": False…
-
Hi,
I was trying to run the code for your paper but I am getting this error while running COMA:
```
Traceback (most recent call last):
File "src/main.py", line 14, in
from run import r…
-
### Describe the workflow you want to enable
For single output RFR trained with the squared error criterion the impurity of the leaves can be used as a crude but useful estimate of the aleatoric un…
-
### Integration Name
FireEye Network Security [fireeye]
### Dataset Name
Unsure
### Integration Version
1.22.0
### Agent Version
8.12.2
### Agent Output Type
elasticsearch
### Elasticsearch …
-
We are trying to use SMAC in the Algorithm Configuration setting, with the goal to find a good configuration per instance that reduces its running time.
To achieve the same, we run SMAC over a dat…
-
Port from [SMAC issue 20](https://github.com/weka511/smac/issues/20)
-
Playing SMAC after Civ 4, there are some improvements they made to the interface that are really lacking:
1. SMAC is oriented around moving units with the numeric keypad, which laptops do not have.…
-
#### Description
Running a SlurmCluster with example7 as a basis works, but when I add job_extra_directives=["--gres=gpu:2"]
and send a torch tensor `to('cuda:0')`, it crashes. It may be rel…
-
We need unittests that test whether
a) Intensification really trades off time used for model building and intensification
b) a) still works when we use predicted runtimes, i.e. the target run return…
-
Because of the use of `multiprocessing` library of Python, the first argument of `minimize()` must be a top-level function to become `pickle`-able. Hence, Smac library cannot be used in a class.