keisuke umezawa
keisuke umezawa
### Motivation To make unit tests using samplers deterministic , we would like to use test stubs instead of instances which have non-deterministic behaviors. In this issue, we would like...
## Motivation `CmaEsSampler` can sample numbers, but not category values. Currently, when trying to sample from a categorical distribution, the sampler specified in `independent_sampler` will be called instead, and `RandomSampler`...
## Motivation We want to specify interval to skip pruning, so that we can fasten iterations. In most cases, we do not need to run pruning after each iteration, but...
### What is an issue? # Issues - To run unit tests locally, the current [CONTRIBUTING.md](https://github.com/optuna/optuna/blob/master/CONTRIBUTING.md#unit-tests) says that we need to run `pip install ".[tests]"` and `pip install ".[testing]"`. However,...
## Motivation Currently, `CachedStorage` is implemented on the assumption that trials in the complete state will not be updated in the future. And, due to that restriction, trials in the...
## Motivation Currently, we do not have an example of distribute training with TensorFllow. It is useful for TensorFlow users. https://www.tensorflow.org/guide/distributed_training ## Description Create an example of distribute training with...
## Related Issue or bug Related: https://github.com/optuna/optuna/issues/2941 #### Describe the changes you've made In Optuna v3, we will introduce FloatDistribution and IntDistribution. So distributions in pycaret will have to be...
blocked by #2938 ## Motivation Currently, `BaseStorage` is private to users, and it is not expected that users will inherit `BaseStorage` and implement new storage classes. Also, even if you...
## Contributor License Agreement This repository (``optuna-dashboard``) and [Goptuna](https://github.com/c-bata/goptuna) share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses...
## Contributor License Agreement This repository (``optuna-dashboard``) and [Goptuna](https://github.com/c-bata/goptuna) share common code. This pull request may therefore be ported to Goptuna. Make sure that you understand the consequences concerning licenses...