1. 20 May, 2020 7 commits
    • Kirill Smelkov's avatar
      . · f21ee047
      Kirill Smelkov authored
      f21ee047
    • Kirill Smelkov's avatar
      . · 2a24113d
      Kirill Smelkov authored
      2a24113d
    • Kirill Smelkov's avatar
      . · 16423af1
      Kirill Smelkov authored
      16423af1
    • Kirill Smelkov's avatar
      . · c91aa7a5
      Kirill Smelkov authored
      c91aa7a5
    • Kirill Smelkov's avatar
      . · 63eb1d96
      Kirill Smelkov authored
      63eb1d96
    • Kirill Smelkov's avatar
      X fix metric to keep Z <- N order stable over key^ · fb56193f
      Kirill Smelkov authored
      with just sum of abs, it was reverting the order for e.g.
      
      	[2,3) [3,∞)  wrt  [-∞,1) [1,2)
      
      where cost matrix was
      
      	⎡∞ + 4  2⋅∞ + 2⎤
      	⎢              ⎥
      	⎣  2       ∞   ⎦
      
      and 0-0 + 1-1 is the same as 0-1 + 1-0
      
      with squares 2 in (2⋅∞)² becomes 4 and wins ∞²+∞².
      
      This assert in T2/T1-T3/B0-B1-T-T/B2-B3 -> T2/T1-T/T-T-B2,3/B0-B1.
      fb56193f
    • Kirill Smelkov's avatar
      . · ef6fb8db
      Kirill Smelkov authored
      ef6fb8db
  2. 18 May, 2020 33 commits