Lukas Großberger

Results 58 issues of Lukas Großberger

## Goal Enable researchers to claim/identify multiple copies of their own publication that are located in various places like an author copy in their own datasource, a preprint in the...

help wanted
WIP
meta
discussion

## Goal Facilitate free access to author versions of publications located in individual/smaller datasources. ## Approach Allow datasources to contain references to other datasources, thereby enabling a scenario like the...

help wanted
WIP
meta
discussion

With the following `pyproject.toml` in a Python 3.9 environment with Poetry version 1.2.0: ``` [tool.poetry] name = "hpobench-yahpo-failure" version = "0.1.0" description = "Example repo to demonstrate setup error with...

Dear DT-Fixup maintainers, I'd like to encourage you to [add a license](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) to this repository that is appropriate for source code, so that folks can use it with confidence ☺️...

For a distributed system where a file system is shared, this introduces an optimization loop setup where the optimizer always keeps the batch of proposals filled and clients can read...

* Wrap the dask distributed example in a `main` * Add dask example to tests * Remove superfluous integration test marker

Adding support for Python 3.12. The main concern might be that we need a very recent pytorch version for that, which might cause incompatibilities with other third party dependencies. I'd...

Do the following in `__init__.py` instead of duplicating the version information: ```python __version__ = importlib.metadata.version("blackboxopt") ```

### Description When computing the log probability with FMPE's log_prob method, the resulting probability values depend on the other input elements in the batch. The change I saw was in...

bug

With the most recent version 0.8.0 of `flutter_compass`, I get the following error when I try to build an Android release bundle: ``` FAILURE: Build failed with an exception. *...