c-bata

Results 76 issues of c-bata

See https://github.com/optuna/optuna/pull/1767

algorithm

Goptuna cannot track the benchmark performance of pruning algorithms. Add kurobako problem for pruning features.

effort medium

See https://github.com/optuna/optuna/pull/1228

effort low

http://artax.karlin.mff.cuni.cz/~bajel3am/gpcomparison2017/

effort medium
algorithm

https://papers.nips.cc/paper/7818-adversarially-robust-optimization-with-gaussian-processes.pdf

effort low
algorithm

Zhongxiang Dai, Haibin Yu, Bryan Kian Hsiang Low, and Patrick Jaillet. Bayesian optimization meets Bayesian optimal stopping. In Proc. ICML, pages 1496–1506, 2019 * Paper: http://proceedings.mlr.press/v97/dai19a.html * Code: https://github.com/daizhongxiang/Bayesian-Optimization-Meets-Bayesian-Optimal-Stopping

effort low
algorithm

CI is failed at #109 due to the changes of black. I reformatted the code with black 22.3.0, the latest version to resolve CI issue.

This PR aims to support Python 3.10. Note that `3.10` must be quoted, otherwise tests are executed with Python 3.1.

## TODO * [ ] https://github.com/CyberAgent/cmaes/blob/main/cmaes/cma.py

This is a followup task for https://github.com/CyberAgent/cmaes/pull/87

enhancement