You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The __call__ method is similar to both Functions. However, in the BlockFunction a BlockDataContainer is expected. In cases where the BlockFunction is used we have different domain in $f_{1}$ and a different domain in $f_{2}$.
There are no proximal or proximal_conjugate methods in SubsetSumFunction. SubsetSumFunction which inherits from SumFunction has no analytical formulas to compute the proximal.
The gradient method is similar to the __call__ method. However, we have again the difference between a DataContainer for the first class and a BlockDataContainer for the second class.
The text was updated successfully, but these errors were encountered:
In the
cil
directory there is an implementation of theSubsetSumFunction
which behave similar to theBlockFunction
but they are not the same.The
SubsetSumFunction
isFunctions
andn
is the number of subsetsThe
BlockFunction
is__call__
method is similar to both Functions. However, in theBlockFunction
a BlockDataContainer is expected. In cases where theBlockFunction
is used we have different domain inproximal
orproximal_conjugate
methods inSubsetSumFunction
.SubsetSumFunction
which inherits fromSumFunction
has no analytical formulas to compute the proximal.gradient
method is similar to the__call__
method. However, we have again the difference between aDataContainer
for the first class and aBlockDataContainer
for the second class.The text was updated successfully, but these errors were encountered: