Skip to content

Commit e6a96ad

Browse files
authored
Correct optimizer name
I Think (and according to my testing how this works) this should be the correct name for the optimizer.
1 parent 453f69d commit e6a96ad

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)