Alias ParamInitializer

Used to initialize a parameter in the neural network.

alias ParamInitializer = void delegate(Operation);

The param parameter will contain an Operation representing a variable. The ParamInitializer will set the default value of this variable according to some parameter initialisation scheme.