Skip to content

Commit 75889bb

Browse files
Update class RKO
1 parent b12307d commit 75889bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RKO/RKO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _setup_parameters(self, metaheuristic_name, params_config):
105105
Returns:
106106
tuple:
107107
- q_manager (QLearningManager or None): Q-learning manager if adaptive control is enabled.
108-
- params (dict): Initial parameters for the metaheuristic.
108+
- params (dict): Initial parameters for the metaheuristic
109109
"""
110110
is_online = any(len(v) > 1 for v in params_config.values())
111111

0 commit comments

Comments
 (0)