The L1MeritStepSize type exposes the following members.

Constructors

  NameDescription
L1MeritStepSize
Constructs a L1MeritStepSize with default values.

Methods

  NameDescription
ComputeStepSize
Computes the step size from the given current iteration information.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize
Reset to initial state.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Eta
Gets and sets the value of eta described in algorithm 18.3.
Rho
Gets and sets the value for rho described in equation 18.36.
Tau
Gets and sets the value of tau described in algorithm 18.3.

See Also