Skip to content

Commit c686307

Browse files
authored
Update README.md
1 parent ec517ca commit c686307

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
@@ -184,7 +184,7 @@ while not cma.break_conditions():
184184
cma.mutate(func)
185185
cma.select()
186186
cma.recombine()
187-
cma.adapt()
187+
cma.adapt(func)
188188
```
189189

190190
## Modules <a name="modules"></a>

0 commit comments

Comments
 (0)