Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add abstract, image, and ACM paper link to CatCMA #137

Merged
merged 5 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
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 from https://arxiv.org/abs/2405.09962](images/catcma-performance.png)
HideakiImamura marked this conversation as resolved.
Show resolved Hide resolved

## 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://doi.org/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.