Skip to content

Commit 013003c

Browse files
Update
1 parent 8a98da6 commit 013003c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rko/RKO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def FareyLS(self, keys, metaheuristic_name="FareyLS"):
237237
metaheuristic_name (str): The name of the calling metaheuristic (for logging).
238238
239239
Returns:
240-
list: The improved (or original) solution keys
240+
list: The improved (or original) solution keys.
241241
"""
242242
Farey_Squence = [0.00, 0.142857, 0.166667, 0.20, 0.25, 0.285714, 0.333333, 0.40, 0.428571, 0.50,
243243
0.571429, 0.60, 0.666667, 0.714286, 0.75, 0.80, 0.833333, 0.857143, 1.0]

0 commit comments

Comments
 (0)