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

Make it easier to programmatically modify hyperparameters #311

Closed
grahamgower opened this issue Mar 16, 2023 · 1 comment
Closed

Make it easier to programmatically modify hyperparameters #311

grahamgower opened this issue Mar 16, 2023 · 1 comment

Comments

@grahamgower
Copy link
Member

#223 and #308 would be dramatically simplified by passing hyperparameters to a function that returns an instance of a DinfModel. When I tried something like this, the multiprocessing code couldn't find the generator function. But I really should try to figure out some solution.

@grahamgower
Copy link
Member Author

It seems that the multiprocess implementation is rather good, in that it works with functions nested inside functions, class methods, etc. What doesn't work is doing this stuff inside a Jupyter notebook (which would be ideal for docs purposes). I don't think there's anything more to be done here, unfortunately.

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