Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research.pdlp.SolveLogOuterClass.RestartChoice Enum Reference
Inheritance diagram for operations_research.pdlp.SolveLogOuterClass.RestartChoice:

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 RestartChoice valueOf (int value)
 
static RestartChoice forNumber (int value)
 
static com.google.protobuf.Internal.EnumLiteMap< RestartChoiceinternalGetValueMap ()
 
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
 

Detailed Description

Specifies whether a restart was performed on a given iteration.

Protobuf enum operations_research.pdlp.RestartChoice

Definition at line 25 of file SolveLogOuterClass.java.

Member Function Documentation

◆ forNumber()

static RestartChoice operations_research.pdlp.SolveLogOuterClass.RestartChoice.forNumber ( int value)
static
Parameters
valueThe numeric wire value of the corresponding enum entry.
Returns
The enum associated with the given numeric wire value.

Definition at line 113 of file SolveLogOuterClass.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.EnumDescriptor operations_research.pdlp.SolveLogOuterClass.RestartChoice.getDescriptor ( )
static

Definition at line 144 of file SolveLogOuterClass.java.

◆ getDescriptorForType()

final com.google.protobuf.Descriptors.EnumDescriptor operations_research.pdlp.SolveLogOuterClass.RestartChoice.getDescriptorForType ( )

Definition at line 140 of file SolveLogOuterClass.java.

◆ getNumber()

final int operations_research.pdlp.SolveLogOuterClass.RestartChoice.getNumber ( )

Definition at line 95 of file SolveLogOuterClass.java.

◆ getValueDescriptor()

final com.google.protobuf.Descriptors.EnumValueDescriptor operations_research.pdlp.SolveLogOuterClass.RestartChoice.getValueDescriptor ( )

Definition at line 136 of file SolveLogOuterClass.java.

◆ internalGetValueMap()

static com.google.protobuf.Internal.EnumLiteMap< RestartChoice > operations_research.pdlp.SolveLogOuterClass.RestartChoice.internalGetValueMap ( )
static

Definition at line 124 of file SolveLogOuterClass.java.

◆ valueOf() [1/2]

static RestartChoice operations_research.pdlp.SolveLogOuterClass.RestartChoice.valueOf ( com.google.protobuf.Descriptors.EnumValueDescriptor desc)
static

Definition at line 150 of file SolveLogOuterClass.java.

◆ valueOf() [2/2]

static RestartChoice operations_research.pdlp.SolveLogOuterClass.RestartChoice.valueOf ( int value)
static
Parameters
valueThe numeric wire value of the corresponding enum entry.
Returns
The enum associated with the given numeric wire value.
Deprecated
Use forNumber(int) instead.

Definition at line 105 of file SolveLogOuterClass.java.

Member Data Documentation

◆ RESTART_CHOICE_NO_RESTART

operations_research.pdlp.SolveLogOuterClass.RestartChoice.RESTART_CHOICE_NO_RESTART =(1)
No restart on this iteration.

RESTART_CHOICE_NO_RESTART = 1;

Definition at line 38 of file SolveLogOuterClass.java.

◆ RESTART_CHOICE_NO_RESTART_VALUE

final int operations_research.pdlp.SolveLogOuterClass.RestartChoice.RESTART_CHOICE_NO_RESTART_VALUE = 1
static
No restart on this iteration.

RESTART_CHOICE_NO_RESTART = 1;

Definition at line 72 of file SolveLogOuterClass.java.

◆ RESTART_CHOICE_RESTART_TO_AVERAGE

operations_research.pdlp.SolveLogOuterClass.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 58 of file SolveLogOuterClass.java.

◆ RESTART_CHOICE_RESTART_TO_AVERAGE_VALUE

final int operations_research.pdlp.SolveLogOuterClass.RestartChoice.RESTART_CHOICE_RESTART_TO_AVERAGE_VALUE = 3
static
The algorithm is restarted at the average of iterates since the last
restart.

RESTART_CHOICE_RESTART_TO_AVERAGE = 3;

Definition at line 92 of file SolveLogOuterClass.java.

◆ RESTART_CHOICE_UNSPECIFIED

operations_research.pdlp.SolveLogOuterClass.RestartChoice.RESTART_CHOICE_UNSPECIFIED =(0)

RESTART_CHOICE_UNSPECIFIED = 0;

Definition at line 30 of file SolveLogOuterClass.java.

◆ RESTART_CHOICE_UNSPECIFIED_VALUE

final int operations_research.pdlp.SolveLogOuterClass.RestartChoice.RESTART_CHOICE_UNSPECIFIED_VALUE = 0
static

RESTART_CHOICE_UNSPECIFIED = 0;

Definition at line 64 of file SolveLogOuterClass.java.

◆ RESTART_CHOICE_WEIGHTED_AVERAGE_RESET

operations_research.pdlp.SolveLogOuterClass.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 49 of file SolveLogOuterClass.java.

◆ RESTART_CHOICE_WEIGHTED_AVERAGE_RESET_VALUE

final int operations_research.pdlp.SolveLogOuterClass.RestartChoice.RESTART_CHOICE_WEIGHTED_AVERAGE_RESET_VALUE = 2
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 83 of file SolveLogOuterClass.java.


The documentation for this enum was generated from the following file: