Skip to content

Commit 2c010b3

Browse files
authored
Merge pull request #130 from karajan9/patch-1
Correct optimizer name in README
2 parents 453f69d + e6a96ad commit 2c010b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ This list is not complete though, please refer to the `examples` and `tests` dir
124124
- Exponential NES: `xnes`
125125
- Distance-weighted Exponential NES: `dxnes`
126126
* Differential Evolution optimizers, 5 different:
127-
- Adaptive DE/rand/1/bin: `de_rand_1_bin`
127+
- Adaptive DE/rand/1/bin: `adaptive_de_rand_1_bin`
128128
- Adaptive DE/rand/1/bin with radius limited sampling: `adaptive_de_rand_1_bin_radiuslimited`
129129
- DE/rand/1/bin: `de_rand_1_bin`
130130
- DE/rand/1/bin with radius limited sampling (a type of trivial geography): `de_rand_1_bin_radiuslimited`

0 commit comments

Comments
 (0)