Extends the ability from CTorchVFunction, to learn with
a torch gradient machine. The parameters of the machine are updated
by adding the current gradient of the parameters multplied with the
difference given by updateValue.
The function has to return a new instantiated CAbstractVETraces object,
which is used to compose the CQETtraces object. The function
returns CStateVETraces as standard.