Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
final int | getNumber () |
final com.google.protobuf.Descriptors.EnumValueDescriptor | getValueDescriptor () |
final com.google.protobuf.Descriptors.EnumDescriptor | getDescriptorForType () |
Static Public Member Functions | |
[static initializer] | |
static RestartChoice | valueOf (int value) |
static RestartChoice | forNumber (int value) |
static com.google.protobuf.Internal.EnumLiteMap< RestartChoice > | internalGetValueMap () |
static final com.google.protobuf.Descriptors.EnumDescriptor | getDescriptor () |
static RestartChoice | valueOf (com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Public Attributes | |
RESTART_CHOICE_UNSPECIFIED =(0) | |
RESTART_CHOICE_NO_RESTART =(1) | |
RESTART_CHOICE_WEIGHTED_AVERAGE_RESET =(2) | |
RESTART_CHOICE_RESTART_TO_AVERAGE =(3) | |
Static Public Attributes | |
static final int | RESTART_CHOICE_UNSPECIFIED_VALUE = 0 |
static final int | RESTART_CHOICE_NO_RESTART_VALUE = 1 |
static final int | RESTART_CHOICE_WEIGHTED_AVERAGE_RESET_VALUE = 2 |
static final int | RESTART_CHOICE_RESTART_TO_AVERAGE_VALUE = 3 |
Specifies whether a restart was performed on a given iteration.
Protobuf enum operations_research.pdlp.RestartChoice
Definition at line 14 of file RestartChoice.java.
|
static |
|
static |
value | The numeric wire value of the corresponding enum entry. |
Definition at line 111 of file RestartChoice.java.
|
static |
Definition at line 142 of file RestartChoice.java.
final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.pdlp.RestartChoice.getDescriptorForType | ( | ) |
Definition at line 138 of file RestartChoice.java.
final int com.google.ortools.pdlp.RestartChoice.getNumber | ( | ) |
Definition at line 93 of file RestartChoice.java.
final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.pdlp.RestartChoice.getValueDescriptor | ( | ) |
Definition at line 134 of file RestartChoice.java.
|
static |
Definition at line 122 of file RestartChoice.java.
|
static |
Definition at line 148 of file RestartChoice.java.
|
static |
value | The numeric wire value of the corresponding enum entry. |
forNumber(int)
instead. Definition at line 103 of file RestartChoice.java.
com.google.ortools.pdlp.RestartChoice.RESTART_CHOICE_NO_RESTART =(1) |
No restart on this iteration.
RESTART_CHOICE_NO_RESTART = 1;
Definition at line 27 of file RestartChoice.java.
|
static |
No restart on this iteration.
RESTART_CHOICE_NO_RESTART = 1;
Definition at line 70 of file RestartChoice.java.
com.google.ortools.pdlp.RestartChoice.RESTART_CHOICE_RESTART_TO_AVERAGE =(3) |
The algorithm is restarted at the average of iterates since the last restart.
RESTART_CHOICE_RESTART_TO_AVERAGE = 3;
Definition at line 47 of file RestartChoice.java.
|
static |
The algorithm is restarted at the average of iterates since the last restart.
RESTART_CHOICE_RESTART_TO_AVERAGE = 3;
Definition at line 90 of file RestartChoice.java.
com.google.ortools.pdlp.RestartChoice.RESTART_CHOICE_UNSPECIFIED =(0) |
RESTART_CHOICE_UNSPECIFIED = 0;
Definition at line 19 of file RestartChoice.java.
|
static |
RESTART_CHOICE_UNSPECIFIED = 0;
Definition at line 62 of file RestartChoice.java.
com.google.ortools.pdlp.RestartChoice.RESTART_CHOICE_WEIGHTED_AVERAGE_RESET =(2) |
The weighted average of iterates is cleared and reset to the current point. Note that from a mathematical perspective this can be equivalently viewed as restarting the algorithm but picking the restart point to be the current iterate.
RESTART_CHOICE_WEIGHTED_AVERAGE_RESET = 2;
Definition at line 38 of file RestartChoice.java.
|
static |
The weighted average of iterates is cleared and reset to the current point. Note that from a mathematical perspective this can be equivalently viewed as restarting the algorithm but picking the restart point to be the current iterate.
RESTART_CHOICE_WEIGHTED_AVERAGE_RESET = 2;
Definition at line 81 of file RestartChoice.java.