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
however I believe according to how the encoding was done we should have instead something like data_a = (data_q - data_b)/opt.A
I'm imagining this would have to be solved using linear programming or something.
I was just wondering if this is something you're aware of and whether I am missing something?
My issue is that when I use decode_ind_ab currently all my b values come through as -1 as
with
in utils decode_ind_ab(), the calculations is
however I believe according to how the encoding was done we should have instead something like
data_a = (data_q - data_b)/opt.A
I'm imagining this would have to be solved using linear programming or something.
I was just wondering if this is something you're aware of and whether I am missing something?
My issue is that when I use decode_ind_ab currently all my b values come through as -1 as
with
we can sub eq1 into eq2 to show that
which then gets scaled and shifted to -1 before being returned.
The text was updated successfully, but these errors were encountered: