Add support for Callable
learning rates and temperature
#69
Labels
enhancement
New feature or request (beyond just a new method)
Callable
learning rates and temperature
#69
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 annealingThe text was updated successfully, but these errors were encountered: