Skip to content

Momentum Class

This class is responsible for the Momentum optimizer.

Momentum .new(number momentumConstant = 0.1) Creates and returns the Momentum optimizer with the given momentum constant.

Inherited from Optimizer:

Only unchanged and unmodified functions are listed below.

void :SetNetwork(NeuralNetwork network) Sets the optimizer's network to !network!.