LineSearch

class odl.solvers.util.steplen.LineSearch[source]

Bases: object

Abstract base class for line search step length methods.

Methods

__call__(x, direction, dir_derivative)

Calculate step length in direction.

__init__(*args, **kwargs)