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

How to create a custom optimizer #236

Open
feribg opened this issue Sep 3, 2024 · 0 comments
Open

How to create a custom optimizer #236

feribg opened this issue Sep 3, 2024 · 0 comments

Comments

@feribg
Copy link

feribg commented Sep 3, 2024

I think one can easily come up with an implementation of the Optimizer interface but the methods seems hardcoded in the optimizer methods file as constants, so there's no way to extend that and make a new implmentation detectable by the library. Is that by design or maybe there is a workaround for that ? I want to implement some tweaked optimizers for my specific use case that have no business being part of the library, so i think a clear interface with some more docs and a register method would be great additions.

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