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
I was trying to load a SMAC3v2 run where one of the categorical parameters was a list: {"type": "categorical", "name": "score_set", "choices": [[-3, -2, -1, 1, 2, 3], [-2, -1, 1, 2]], "weights": null, "default_value": [-3, -2, -1, 1, 2, 3], "meta": null}
DeepCave was not able to load the run, giving the following Warning: "RunHandler (WARNING): SMAC3v2: unhashable type: 'list'."
Is this behavior intended?
The text was updated successfully, but these errors were encountered:
I was trying to load a SMAC3v2 run where one of the categorical parameters was a list:
{"type": "categorical", "name": "score_set", "choices": [[-3, -2, -1, 1, 2, 3], [-2, -1, 1, 2]], "weights": null, "default_value": [-3, -2, -1, 1, 2, 3], "meta": null}
DeepCave was not able to load the run, giving the following Warning: "RunHandler (WARNING): SMAC3v2: unhashable type: 'list'."
Is this behavior intended?
The text was updated successfully, but these errors were encountered: