Skip to content

Commit 8a98da6

Browse files
Merge pull request #6 from Assaoka/Continuous_Deployment_(CD)
Continuous Deployment
2 parents b12307d + cb3de9e commit 8a98da6

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/RKO/RKO.py renamed to 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]
File renamed without changes.

0 commit comments

Comments
 (0)