From ae3140242bc4e209ef0ce93fe786acf0039b3009 Mon Sep 17 00:00:00 2001 From: Naoto Mizuno Date: Fri, 23 Aug 2024 19:50:41 +0900 Subject: [PATCH 1/2] Add CatCMA blog post --- package/samplers/catcma/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/samplers/catcma/README.md b/package/samplers/catcma/README.md index 3347b9fd..2cbb3e78 100644 --- a/package/samplers/catcma/README.md +++ b/package/samplers/catcma/README.md @@ -15,6 +15,8 @@ CatCMA is an algorithm that excels in mixed search spaces with continuous and di ![The performance comparison results of CatCMA and other algorithms](images/catcma-performance.png) This figure is from https://arxiv.org/abs/2405.09962. +📝 [**Introduction to CatCMA in OptunaHub**](https://medium.com/optuna/introduction-to-catcma-in-optunahub-ffa316309cb8): Blog post by Hideki Imamura. + ## Class or Function Names - CatCmaSampler From 0db1bb1ff885466c0e3a11069ed4d8f52c3bd0db Mon Sep 17 00:00:00 2001 From: Naoto Mizuno Date: Fri, 23 Aug 2024 19:56:40 +0900 Subject: [PATCH 2/2] Update package/samplers/catcma/README.md Co-authored-by: Yoshihiko Ozaki <30489874+y0z@users.noreply.github.com> --- package/samplers/catcma/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/samplers/catcma/README.md b/package/samplers/catcma/README.md index 2cbb3e78..e850f921 100644 --- a/package/samplers/catcma/README.md +++ b/package/samplers/catcma/README.md @@ -15,7 +15,7 @@ CatCMA is an algorithm that excels in mixed search spaces with continuous and di ![The performance comparison results of CatCMA and other algorithms](images/catcma-performance.png) This figure is from https://arxiv.org/abs/2405.09962. -📝 [**Introduction to CatCMA in OptunaHub**](https://medium.com/optuna/introduction-to-catcma-in-optunahub-ffa316309cb8): Blog post by Hideki Imamura. +📝 [**Introduction to CatCMA in OptunaHub**](https://medium.com/optuna/introduction-to-catcma-in-optunahub-ffa316309cb8): Blog post by Hideaki Imamura. ## Class or Function Names