Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package/samplers/auto_sampler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ license: MIT License

## Abstract

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.
This package automatically selects an appropriate sampler for the provided search space based on the developers' recommendation. The following articles provide 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)
- 📰 [AutoSampler: Full Support for Multi-Objective & Constrained Optimization](https://medium.com/optuna/autosampler-full-support-for-multi-objective-constrained-optimization-c1c4fc957ba2)

![Concept of AutoSampler](images/autosampler.png)

Expand Down