Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load SMAC3v2 runs if parameter values are not hashable #196

Open
JonasHanselle opened this issue Nov 21, 2024 · 0 comments
Open

Cannot load SMAC3v2 runs if parameter values are not hashable #196

JonasHanselle opened this issue Nov 21, 2024 · 0 comments

Comments

@JonasHanselle
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant