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

Hyperparameter spaces not immutable #15

Open
cjuers opened this issue Jul 5, 2019 · 1 comment
Open

Hyperparameter spaces not immutable #15

cjuers opened this issue Jul 5, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cjuers
Copy link

cjuers commented Jul 5, 2019

The best hyperparameter space found by random search always points to the same parameter configuration and not the configuration of the best hyperparameter space object. List of parameters needs to be cloned.

@cjuers cjuers added the bug Something isn't working label Jul 5, 2019
@cjuers cjuers self-assigned this Jul 5, 2019
@fkoehne
Copy link
Contributor

fkoehne commented Jul 8, 2019

Well you could clone, work with immutable object structures or try to handle this with basic datatypes only. I have a feeling that this is one of the most performance critical decisions to make.

cjuers pushed a commit that referenced this issue Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants