The L1MeritStepSize type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| L1MeritStepSize |
Constructs a L1MeritStepSize with default values.
|
Methods
| Name | Description | |
|---|---|---|
| ComputeStepSize |
Computes the step size from the given current iteration information.
| |
| Equals | (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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|