diff --git a/package/samplers/auto_sampler/README.md b/package/samplers/auto_sampler/README.md index 78ffb581..eaad4307 100644 --- a/package/samplers/auto_sampler/README.md +++ b/package/samplers/auto_sampler/README.md @@ -9,7 +9,11 @@ license: MIT License ## Abstract -This package automatically selects an appropriate sampler for the provided search space based on the developers' recommendation. +This package automatically selects an appropriate sampler for the provided search space based on the developers' recommendation. The following article provides detailed information about AutoSampler. + +- 📰 [AutoSampler: Automatic Selection of Optimization Algorithms in Optuna](https://medium.com/optuna/autosampler-automatic-selection-of-optimization-algorithms-in-optuna-1443875fd8f9) + +![Concept of AutoSampler](images/autosampler.png) ## Class or Function Names diff --git a/package/samplers/auto_sampler/images/autosampler.png b/package/samplers/auto_sampler/images/autosampler.png new file mode 100644 index 00000000..5f31d397 Binary files /dev/null and b/package/samplers/auto_sampler/images/autosampler.png differ