-
Hi guys,
the C2HDM and RN2HDM tests fail for me using the latest master using
- gcc 11.1
- eigen 3.3.9
- gsl 2.7
- boost 1.75.0
and the default libcmaes.
The tests pass in the CI, so t…
-
## Expected behavior
I am trying to use MySQL DB as the Optuna storage, however when trying to create the study (optuna.create_study(... , storage=link_to_db, load_if_exists=True)) I receiv…
-
**Describe the bug**
Meta-problem decorator for the fitness function does not work with algo.evolve(pop)
**To Reproduce**
Below code mostly taken from: https://esa.github.io/pygmo2/tutorials/udp_…
-
In issue #598 I point out how it is simply hard to find Lode Runner levels that are beatable, but I wonder if that is true. The evidence there indicates that it is hard to find beatable levels using M…
-
Dear all,
I am currently experimenting with a large number of binary hyperparameters (>1k/10k). Unfortunately, Optuna is getting slow when I use the TPESampler and I do not want to use random sampl…
-
It's kind of a very basic C++ rule of thumb. If you define your template functions in C++ files included into a library, there is a guarantee it's not going to work, because the compiler doesn't know …
-
I have been working on a problem where each parameter is very different in magnitude. To improve behavior of the optimizer, I have remapped the parameters to 0.0 - 1.0 space and just expand them to th…
fergu updated
3 years ago
-
(raylet) /home/zsy/anaconda3/envs/ifcnet/lib/python3.8/site-packages/redis/connection.py:
72: UserWarning: redis-py works best with hiredis. Please consider installing
(raylet) warnings.warn(msg)
…
-
This following code does not execute for me and gives the stack trace shown after. It appears I cannot even declare dask storage on a LocalCUDACluster.
```
from dask.distributed import Client
im…
-
### Search before asking
- [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues.
### Ray Component
Ray Tune
### What happened + What you exp…