Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JLX0 committed Dec 13, 2024
1 parent 77dcc48 commit 462ba2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package/samplers/differential_evolution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
author: Jinglue Xu
title: Differential Evolution Sampler
description: This sampler combines Differential Evolution for numerical parameters and Random Sampling for categorical parameters, dynamically adapting to changes in the search space by initializing new dimensions and ignoring removed ones seamlessly across trials.
tags: [sampler]
tags: [sampler, differential evolution, dynamic search space, mixed-variable optimization]
optuna_versions: [4.1.0]
license: MIT License
---

Please read the [tutorial guide](https://optuna.github.io/optunahub-registry/recipes/001_first.html) to register your feature in OptunaHub.
You can find more detailed explanation of the following contents in the tutorial.
Looking at [other packages' implementations](https://github.com/optuna/optunahub-registry/tree/main/package) will also help you.

## Abstract

### Differential Evolution (DE) Sampler
Expand Down

0 comments on commit 462ba2e

Please sign in to comment.