sketching.py (4 lines): - line 212: for i in range(self.m): # TODO: remove loop or vectorize this step - line 221: for i in range(self.m): # TODO: remove loop or vectorize this step - line 235: for i in range(self.m): # TODO: remove loop or vectorize this step - line 379: # self.sample_indices.sort() # TODO: Is it usefull to sort the sampled indices? experiments/momentum_regimes.py (1 line): - line 191: step_size = 1.0 # constant step size TODO: justify experiments/regularization_on_momentum.py (1 line): - line 174: step_size = 1.0 # constant step size TODO: justify experiments/different_sketch_sizes_time_bar_plots.py (1 line): - line 196: step_size = 1.0 # constant step size TODO: justify