chop icon indicating copy to clipboard operation
chop copied to clipboard

Pass datapoint wise mask to prox / LMO for accelerating line search

Open GeoffNN opened this issue 5 years ago • 0 comments

We should be able to compute operators such as prox and LMO for only a subset of the batch.

For example, when performing back-tracking line-search, we only want to update certain datapoints in the batch within the backtracking loop. For now the computation is redundantly done for all datapoints, then masked.

GeoffNN avatar Nov 25 '20 07:11 GeoffNN