-
## v0.5.1
* [x] Merge https://github.com/CyberAgent/cmaes/pull/34
## ~~v1.0.0~~
* [x] Remove deprecated features (Optuna sampler and monkeypatch) (#42).
* [x] Update classifiers: `Developmen…
-
## Checklist
- [x] I have verified that the issue exists against the `main` branch of AllenNLP.
- [x] I have read the relevant section in the [contribution guide](https://github.com/allena…
-
I'm trying to run an experiment but I am getting an error:
```
neptune.init("blackarbsceo/hpo-es-features", api_token=api_key)
neptune.create_experiment(
"hyperparameter-optuna-rf-test", upl…
-
All my parameters are using trial.suggest_int.
Tried optuna.samplers.CmaEsSampler but performance really bad. Many parameters used RandomSampler and objective score, R2 was very low and seemed stat…
-
Hi,
Thank you for this great contribution. If you don't mind, I have a few questions regarding the method:
- Tell me if I am wrong, but from what I understand, you end up not using the PPO clipp…
-
I have a trained UMAP object (trained on MacOS), that now I'm trying to load on an Ubuntu machine. Unfortunately this is not working. I've ensured that python version as well as dependencies are the s…
-
## Problem details
This bug is reported by @maartenpants on gitter. Original report is here:
> Hi there, has anyone else experienced this issue with CmaEsSampler and the PostgreSQL storage b…
-
Is it possible to change the evolution strategy (ES, CMAES) inside of the BADS by another metaheuristics?
-
Hi,
I’m using PESTPP-OPT with stack based uncertainty and I provided an ensemble of models from IES for the opt_par_stack() option (after adding my decision variables with zero values). A replica of …
-
I'm trying to use automl_alex to make a baseline for [this](https://www.kaggle.com/c/mercedes-benz-greener-manufacturing) task, but this triggered an error.
my code is:
```
import pandas as pd
…