|
Algorithm 1. Multi-factor Modifier |
, Output: Multi-factor modifier M and Discriminator V
forido
and randomly is different
Update Discriminator V with the following objective function:
if (i + 1) mod 5 = 0 then
Update Modifier M with the following objective function:
-
Where
defined in Equation (12), respectively.
end if
end for
Repeat step 1 to step 10 until convergence
returnM and V
|