We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deaa3ed commit b16674eCopy full SHA for b16674e
genetic_algorithm/basic_string.py
@@ -66,7 +66,7 @@ def select(
66
) -> list[str]:
67
"""
68
Select the second parent and generate new population
69
-
+
70
>>> import random
71
>>> random.seed(42)
72
>>> parent_1 = ("123456", 8.0)
0 commit comments