You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input_algorithm = self.default_check(input_algorithm, "objective", "min") should be replaced with input_algorithm = self.default_check(input_algorithm, "objective", ["min"])
The text was updated successfully, but these errors were encountered:
input_algorithm = self.default_check(input_algorithm, "objective", "min")
should be replaced withinput_algorithm = self.default_check(input_algorithm, "objective", ["min"])
The text was updated successfully, but these errors were encountered: