Kenshin Abe

Results 13 issues of Kenshin Abe

## Motivation I simplified the implementation of `IntersectionSearchSpace.calculate` a little. ## Description of the changes Directly filter the search space dictionary instead of creating a delete list and deleting them...

code-fix
optuna.samplers

## Motivation Previously, in TPESampler, the mask of removing None parameters (= parameters that do not appear in the trial) was taken in two different places, which can easily cause...

optuna.samplers

## Motivation The main logic of `plot_optimization_history` has been unified between plotly and matplotlib by #3736. This PR unifies the parts of tests that exist in both plotly and matplotlib....

test

### Motivation The constraints option was supported in `TPESampler` by #3506. There might be room for improvement in how to define weights of infeasible trials for `_ParzenEstimator`. ### Description Copy-paste...

feature
needs-discussion

### What is an issue? There are several recommended settings for efficient batch optimization, such as the followings. - set `popsize` to a multiple of batch size in `CmaEsSampler` (supported...

document
contribution-welcome

### What is an issue? In multi-objective `TPESampler`, running trials are skipped even when `constant_liar=True`. I think we should at least mention this in the document and should probably give...

document
contribution-welcome
good first issue

- GINSparse - RelGCNSparse - GIN + coo sparse_matmul

If `weight_tying` option is `True`, only one update layer is called regardless of `n_update_layers` https://github.com/pfnet-research/chainer-chemistry/blob/master/chainer_chemistry/models/gin.py#L37

## Motivation Currently, we don't have an appropriate issue template for a code fix. This PR adds a code-fix issue template. Preview: ![image](https://user-images.githubusercontent.com/23695091/188851124-9c1aaa49-1c8c-4f03-ba64-85303de93e6d.png) ![image](https://user-images.githubusercontent.com/23695091/188851044-e715f884-cd6a-4ad7-a9d8-48c904e6dc37.png) ## Description of the changes I...