Protobuf enum operations_research.LocalSearchMetaheuristic.Value
Definition at line 52 of file LocalSearchMetaheuristic.java.
◆ [static initializer]()
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.[static initializer] |
|
static |
◆ forNumber()
static Value com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.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 220 of file LocalSearchMetaheuristic.java.
◆ getDescriptor()
static final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.getDescriptor |
( |
| ) |
|
|
static |
◆ getDescriptorForType()
final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.getDescriptorForType |
( |
| ) |
|
◆ getNumber()
final int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.getNumber |
( |
| ) |
|
◆ getValueDescriptor()
final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.getValueDescriptor |
( |
| ) |
|
◆ internalGetValueMap()
static com.google.protobuf.Internal.EnumLiteMap< Value > com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.internalGetValueMap |
( |
| ) |
|
|
static |
◆ valueOf() [1/2]
static Value com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.valueOf |
( |
com.google.protobuf.Descriptors.EnumValueDescriptor | desc | ) |
|
|
static |
◆ valueOf() [2/2]
static Value com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.valueOf |
( |
int | value | ) |
|
|
static |
◆ AUTOMATIC
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.AUTOMATIC =(6) |
◆ AUTOMATIC_VALUE
final int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.AUTOMATIC_VALUE = 6 |
|
static |
◆ GENERIC_TABU_SEARCH
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.GENERIC_TABU_SEARCH =(5) |
Uses tabu search on a list of variables to escape local minima. The list
of variables to use must be provided via the SetTabuVarsCallback
callback.
GENERIC_TABU_SEARCH = 5;
Definition at line 118 of file LocalSearchMetaheuristic.java.
◆ GENERIC_TABU_SEARCH_VALUE
final int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.GENERIC_TABU_SEARCH_VALUE = 5 |
|
static |
Uses tabu search on a list of variables to escape local minima. The list
of variables to use must be provided via the SetTabuVarsCallback
callback.
GENERIC_TABU_SEARCH = 5;
Definition at line 195 of file LocalSearchMetaheuristic.java.
◆ GREEDY_DESCENT
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.GREEDY_DESCENT =(1) |
Accepts improving (cost-reducing) local search neighbors until a local
minimum is reached.
GREEDY_DESCENT = 1;
Definition at line 80 of file LocalSearchMetaheuristic.java.
◆ GREEDY_DESCENT_VALUE
final int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.GREEDY_DESCENT_VALUE = 1 |
|
static |
Accepts improving (cost-reducing) local search neighbors until a local
minimum is reached.
GREEDY_DESCENT = 1;
Definition at line 157 of file LocalSearchMetaheuristic.java.
◆ GUIDED_LOCAL_SEARCH
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.GUIDED_LOCAL_SEARCH =(2) |
◆ GUIDED_LOCAL_SEARCH_VALUE
final int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.GUIDED_LOCAL_SEARCH_VALUE = 2 |
|
static |
◆ SIMULATED_ANNEALING
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.SIMULATED_ANNEALING =(3) |
◆ SIMULATED_ANNEALING_VALUE
final int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.SIMULATED_ANNEALING_VALUE = 3 |
|
static |
◆ TABU_SEARCH
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.TABU_SEARCH =(4) |
◆ TABU_SEARCH_VALUE
final int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.TABU_SEARCH_VALUE = 4 |
|
static |
◆ UNRECOGNIZED
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.UNRECOGNIZED =(-1) |
◆ UNSET
com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.UNSET =(0) |
Means "not set". If the solver sees that, it'll behave like for
AUTOMATIC. But this value won't override others upon a proto MergeFrom(),
whereas "AUTOMATIC" will.
UNSET = 0;
Definition at line 63 of file LocalSearchMetaheuristic.java.
◆ UNSET_VALUE
final int com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value.UNSET_VALUE = 0 |
|
static |
Means "not set". If the solver sees that, it'll behave like for
AUTOMATIC. But this value won't override others upon a proto MergeFrom(),
whereas "AUTOMATIC" will.
UNSET = 0;
Definition at line 140 of file LocalSearchMetaheuristic.java.
The documentation for this enum was generated from the following file: