lr_lambda: (function or list): A function which computes a multiplicative factor given an integer parameter epoch, or a list of such functions, one for each group in optimizer.param_groups.
last_epoch: (int): The index of last epoch. Default: -1.
verbose: (bool): If TRUE, prints a message to stdout for each update. Default: FALSE.