unreal.DecayFunction

class unreal.DecayFunction

Bases: unreal.EnumBase

The decay function to adapt the learning rate during the ML Deformer training process.

C++ Source:

  • Plugin: MLDeformer

  • Module: MLDeformer

  • File: MLDeformerAsset.h

LINEAR

0

MULTIPLICATIVE

Multiply the learning rate with the Decay Rate each step. Basically making it smaller all the time.

Type

1