Masahiro Nomura

Results 5 issues of Masahiro Nomura

## Motivation This issue summarizes the github actions that we plan to introduce in the future. Please feel free to leave comments. ## TODOs - [x] [flake8](https://github.com/PyCQA/flake8) (or [hacking](https://github.com/openstack/hacking)) -...

The current Read the Docs is not the latest version, so it seems that it needs to be modified. In fact, the following contents are inconsistent. * https://zr-obp.readthedocs.io/en/latest/_autosummary/obp.dataset.base.html#module-obp.dataset.base https://github.com/st-tech/zr-obp/blob/01aef32b898b2f523fcc7f64e7b48eb1ffc59b04/obp/dataset/base.py#L8-L14 If...

The initial implementation of [CMA-ES with Margin](https://arxiv.org/abs/2205.13482). I haven't had enough time to test it carefully, but I have checked that it works properly for the script below. ```python import...

# Plan I will introduce [CR-FM-NES](https://arxiv.org/abs/2201.11422), which is suited for high-dimensional problems. CR-FM-NES shows better performance than scalable baseline methods such as VD-CMA and Sep-CMA in typical benchmark problems with...

enhancement

# Discussion Now I'm trying to introduce [CMA-ES with Margin](https://dl.acm.org/doi/abs/10.1145/3512290.3528827), and I'm thinking of putting scipy dependency into this repository. Specifically, I'd like to use `chi2.ppf` in the following. https://github.com/scipy/scipy/blob/v1.9.1/scipy/stats/_continuous_distns.py#L1343-L1407...

enhancement