C. Benjamins

Results 43 issues of C. Benjamins

So far only one method is hardcoded. But other ranking methods might make sense for the incumbent selection, especially for MO. Create a class providing the selection functionality.

feature

- works for 1 core @jeroenrook config_selector attached for reference https://github.com/jeroenrook/SMAC3/blob/mosmac/smac/main/config_selector.py ```python from __future__ import annotations import time from typing import Any, Iterator import copy import numpy as np from...

enhancement

Optimization takes time, could be improved by parallelization of the local search as emerged from this issue: #774 .

enhancement

- add weather to world, e.g., wind as a constant for each episode and rain reducing the friction - add different aerodynamic drags

enhancement

Installatiion via `pip install dacbench`. The folder `instance_sets` is missing.

bug

Include the configuration of BO (SMAC) as a benchmark. Environment already exists here: https://github.com/automl/SAWEI/blob/AutoMLConf23/dacbo/env.py - [ ] Check if everything runs with current DACBench version - [ ] Check action...

enhancement