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

Add support for Callable learning rates and temperature #69

Open
SamDuffield opened this issue Apr 16, 2024 · 0 comments
Open

Add support for Callable learning rates and temperature #69

SamDuffield opened this issue Apr 16, 2024 · 0 comments
Labels
enhancement New feature or request (beyond just a new method)

Comments

@SamDuffield
Copy link
Contributor

SamDuffield commented Apr 16, 2024

Would be very useful to be able to support lr = lambda i: 1e-3 * i ** -0.5 to support Robbins-Monro style scheduling (and others)

Up for debate but could be useful to add this support for the temperature parameter in the spirit of simulated annealing

@SamDuffield SamDuffield added the enhancement New feature or request (beyond just a new method) label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request (beyond just a new method)
Projects
None yet
Development

No branches or pull requests

1 participant