awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.61k stars 752 forks source link

Change Optimizer in gluonts #1616

Open parimuns opened 3 years ago

parimuns commented 3 years ago

How can we change the optimizer in Gluonts instead of stochastic gradient descent ? Suppose I want to use some evolutionary optimizer instead of SGD , how can I implement that in gluonts ??

Titaniumtown commented 1 year ago

Any update on this? I can't figure out how to change the optimizer either. Would love some input!