Parameter of the Coordinate Descent algorithm.
More...
Constructs the parameter for the Coordinate Descent algorithm
- Parameters
-
context | Context to manage the parameter for the Coordinate Descent algorithm |
Constructs the parameter for the Coordinate Descent algorithm
- Parameters
-
context | Context to manage the Coordinate Descent algorithm |
cObject | Pointer to C++ implementation of the parameter |
boolean getPositiveFlag |
( |
| ) |
|
- Deprecated:
- This item will be removed in a future release.
Gets the positive flag parameter of algorithm
- Returns
- The flag for positive parameter of algorithm
- Deprecated:
- This item will be removed in a future release.
Gets the seed for random generation of 32 bit integer indices of terms in the objective function.
- Returns
- The seed for random generation of 32 bit integer indices of terms in the objective function.
- Deprecated:
- This item will be removed in a future release.
Gets the selection strategy for algorithm
- Returns
- The selection stategy can be cyclic=0 and random=1
boolean getSkipTheFirstComponentsFlag |
( |
| ) |
|
- Deprecated:
- This item will be removed in a future release.
Gets the flag to skip the first component computation
- Returns
- The flag to skip computation of first components
Sets the engine to be used by the algorithm
- Parameters
-
engine | to be used by the algorithm |
void setPositiveFlag |
( |
boolean |
flag | ) |
|
- Deprecated:
- This item will be removed in a future release.
Sets the positive flag parameter of algorithm
- Parameters
-
flag | The flag for positive parameter of algorithm |
- Deprecated:
- This item will be removed in a future release.
Sets the seed for random generation of 32 bit integer indices of terms in the objective function.
- Parameters
-
seed | The seed for random generation of 32 bit integer indices of terms in the objective function. |
void setSelection |
( |
int |
selection | ) |
|
- Deprecated:
- This item will be removed in a future release.
Sets the selection strategy for algorithm
- Parameters
-
selection | The selection stategy can be cyclic=0 and random=1 |
void setSkipTheFirstComponentsFlag |
( |
boolean |
flag | ) |
|
- Deprecated:
- This item will be removed in a future release.
Sets the flag to skip the first component computation
- Parameters
-
flag | The flag to skip computation of first components |
The documentation for this class was generated from the following file:
- optimization_solver/coordinate_descent/Parameter.java