Skip to content

Commit 6a644ab

Browse files
authored
Merge pull request #323 from y0z/feature/update-auto-sampler-readme
Add a link to a new AutoSampler article in README.md
2 parents 0c3759b + 8cf1158 commit 6a644ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/samplers/auto_sampler/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ license: MIT License
99

1010
## Abstract
1111

12-
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.
12+
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.
1313

1414
- 📰 [AutoSampler: Automatic Selection of Optimization Algorithms in Optuna](https://medium.com/optuna/autosampler-automatic-selection-of-optimization-algorithms-in-optuna-1443875fd8f9)
15+
- 📰 [AutoSampler: Full Support for Multi-Objective & Constrained Optimization](https://medium.com/optuna/autosampler-full-support-for-multi-objective-constrained-optimization-c1c4fc957ba2)
1516

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

0 commit comments

Comments
 (0)