In any optimization scheme, we always attempt to minimize some measure of a data or model residual, . This measure,
, is usually a convex function (commonly the norm, for least-squares fitting). For our solver,
can be any of the norms listed in previous section. As proposed by Claerbout (2009), the numerical value of a norm at an updated residual value,
can be estimated based on a second-order Taylor series decomposition at point :
(13)
where is the point in a close neighborhood of . With this generalization, we can conduct an iterative plane-search at any point , without re-evaluating the forward operator. For operators with a high-op count per sample this is a less costly by finding a more optimal update to the solution.
Subsections