Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/MLDeformer/Source/MLDeformer/Public/MLDeformerAsset.h |
Include |
#include "MLDeformerAsset.h" |
enum EDecayFunction
{
Linear,
Multiplicative,
}
Name |
Description |
---|---|
Linear |
|
Multiplicative |
Multiply the learning rate with the Decay Rate each step. Basically making it smaller all the time. |
The decay function to adapt the learning rate during the ML Deformer training process.