-
Notifications
You must be signed in to change notification settings - Fork 13
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
Hyper parameter optimisation as a native feature #38
Comments
What about making another crate for hyper parameter optimization? |
For sure, that's almost certainly what I'd do as with the function approximation (lfa), ML generics (spaces) and probability distributions (dists). It's really just a question of finding the time! |
Alright. When I need it, I might make it as well, we'll see! |
Haha good times. Well let me know if you do and when the time comes I'll look into any potential integrations. Cheers, |
I started something here: https://github.com/Ploppz/blackbox |
I'm a big fan of the direction you've taken already. Procedural macros is super cool feature in Rust which wasn't available when I started unfortunately, though I intend to incorporate these techniques in the framework (#42). That being said, I do also think it's important to make the interface simple to use if the user opts out of using macros. I would think that you could include more traits too in order to make it easier to extend and generalise, but I realise you're only 2 commits in! I'll watch your project, and please keep me up to date on this project. If/when it gets to a stable release phase I'll definitely look into how we can incorporate some of the ideas and/or code etc. Cheers, |
I agree with your suggestion, I think I will make it configurable without macros too. |
No description provided.
The text was updated successfully, but these errors were encountered: