We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f9028d + 3a6c99f commit c993546Copy full SHA for c993546
src/evox/problems/evoxbench/evoxbench.py
@@ -60,7 +60,7 @@ class CitySegMOP(EvoXBenchProblem):
60
def __init__(self, problem_id) -> None:
61
assert (
62
isinstance(problem_id, int) and 1 <= problem_id and problem_id <= 15
63
- ), "For citysegmop, problem_id must be an integer between 1 and 9"
+ ), "For citysegmop, problem_id must be an integer between 1 and 15"
64
benchmark = citysegmop(problem_id)
65
super().__init__(benchmark)
66
0 commit comments