Skip to content

Commit

Permalink
Make CatCMA rich
Browse files Browse the repository at this point in the history
  • Loading branch information
HideakiImamura committed Aug 16, 2024
1 parent 0474f63 commit f975264
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package/samplers/catcma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ optuna_versions: [3.6.1]
license: MIT License
---

## Abstract

The cutting-edge evolutionary computation algorithm CatCMA has been published on OptunaHub.
CatCMA is an algorithm that excels in mixed search spaces with continuous and discrete variables.

![The performance comparison results of CatCMA and other algorithms](images/catcma-performance.png)

## Class or Function Names

- CatCmaSampler
Expand Down Expand Up @@ -78,7 +85,7 @@ if __name__ == "__main__":

Ryoki Hamano, Shota Saito, Masahiro Nomura, Kento Uchida, Shinichi Shirakawa , CatCMA : Stochastic Optimization for Mixed-Category Problems, GECCO'24

See the [paper](https://arxiv.org/abs/2405.09962) for more details.
See the [arXiv paper](https://arxiv.org/abs/2405.09962) or [ACM paper](https://dl.acm.org/doi/abs/10.1145/3638529.3654198) for more details.

### BibTeX

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f975264

Please sign in to comment.