Protobuf enum operations_research.pdlp.PrimalDualHybridGradientParams.LinesearchRule
Definition at line 261 of file PrimalDualHybridGradientParams.java.
◆ [static initializer]()
com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.[static initializer] |
|
static |
◆ forNumber()
static LinesearchRule com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.forNumber |
( |
int | value | ) |
|
|
static |
- Parameters
-
value | The numeric wire value of the corresponding enum entry. |
- Returns
- The enum associated with the given numeric wire value.
Definition at line 364 of file PrimalDualHybridGradientParams.java.
◆ getDescriptor()
static final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.getDescriptor |
( |
| ) |
|
|
static |
◆ getDescriptorForType()
final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.getDescriptorForType |
( |
| ) |
|
◆ getNumber()
final int com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.getNumber |
( |
| ) |
|
◆ getValueDescriptor()
final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.getValueDescriptor |
( |
| ) |
|
◆ internalGetValueMap()
static com.google.protobuf.Internal.EnumLiteMap< LinesearchRule > com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.internalGetValueMap |
( |
| ) |
|
|
static |
◆ valueOf() [1/2]
static LinesearchRule com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.valueOf |
( |
com.google.protobuf.Descriptors.EnumValueDescriptor | desc | ) |
|
|
static |
◆ valueOf() [2/2]
static LinesearchRule com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.valueOf |
( |
int | value | ) |
|
|
static |
◆ ADAPTIVE_LINESEARCH_RULE
com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.ADAPTIVE_LINESEARCH_RULE =(1) |
◆ ADAPTIVE_LINESEARCH_RULE_VALUE
final int com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.ADAPTIVE_LINESEARCH_RULE_VALUE = 1 |
|
static |
◆ CONSTANT_STEP_SIZE_RULE
com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.CONSTANT_STEP_SIZE_RULE =(3) |
Uses a constant step size corresponding to an estimate of the maximum
singular value of the constraint matrix.
CONSTANT_STEP_SIZE_RULE = 3;
Definition at line 297 of file PrimalDualHybridGradientParams.java.
◆ CONSTANT_STEP_SIZE_RULE_VALUE
final int com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.CONSTANT_STEP_SIZE_RULE_VALUE = 3 |
|
static |
Uses a constant step size corresponding to an estimate of the maximum
singular value of the constraint matrix.
CONSTANT_STEP_SIZE_RULE = 3;
Definition at line 343 of file PrimalDualHybridGradientParams.java.
◆ LINESEARCH_RULE_UNSPECIFIED
com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.LINESEARCH_RULE_UNSPECIFIED =(0) |
◆ LINESEARCH_RULE_UNSPECIFIED_VALUE
final int com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.LINESEARCH_RULE_UNSPECIFIED_VALUE = 0 |
|
static |
◆ MALITSKY_POCK_LINESEARCH_RULE
com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.MALITSKY_POCK_LINESEARCH_RULE =(2) |
◆ MALITSKY_POCK_LINESEARCH_RULE_VALUE
final int com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule.MALITSKY_POCK_LINESEARCH_RULE_VALUE = 2 |
|
static |
The documentation for this enum was generated from the following file: