Protobuf enum.
operations_research.LocalSearchMetaheuristic.Value
Definition at line 91 of file LocalSearchMetaheuristic.java.
◆ forNumber()
| static Value forNumber |
( |
int |
value | ) |
|
|
inlinestatic |
- Parameters
-
| value | The numeric wire value of the corresponding enum entry. |
- Returns
- The enum associated with the given numeric wire value.
Definition at line 250 of file LocalSearchMetaheuristic.java.
◆ getDescriptor()
| static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor |
( |
| ) |
|
|
inlinestatic |
◆ getDescriptorForType()
| final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType |
( |
| ) |
|
|
inline |
◆ getNumber()
◆ getValueDescriptor()
| final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor |
( |
| ) |
|
|
inline |
◆ internalGetValueMap()
| static com.google.protobuf.Internal.EnumLiteMap<Value> internalGetValueMap |
( |
| ) |
|
|
inlinestatic |
◆ valueOf() [1/2]
| static Value valueOf |
( |
com.google.protobuf.Descriptors.EnumValueDescriptor |
desc | ) |
|
|
inlinestatic |
◆ valueOf() [2/2]
| .lang.Deprecated static Value valueOf |
( |
int |
value | ) |
|
|
inlinestatic |
◆ AUTOMATIC
◆ AUTOMATIC_VALUE
| final int AUTOMATIC_VALUE = 6 |
|
static |
◆ GENERIC_TABU_SEARCH
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 157 of file LocalSearchMetaheuristic.java.
◆ GENERIC_TABU_SEARCH_VALUE
| final int 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 225 of file LocalSearchMetaheuristic.java.
◆ GREEDY_DESCENT
Accepts improving (cost-reducing) local search neighbors until a local
minimum is reached.
GREEDY_DESCENT = 1;
Definition at line 119 of file LocalSearchMetaheuristic.java.
◆ GREEDY_DESCENT_VALUE
| final int GREEDY_DESCENT_VALUE = 1 |
|
static |
Accepts improving (cost-reducing) local search neighbors until a local
minimum is reached.
GREEDY_DESCENT = 1;
Definition at line 187 of file LocalSearchMetaheuristic.java.
◆ GUIDED_LOCAL_SEARCH
◆ GUIDED_LOCAL_SEARCH_VALUE
| final int GUIDED_LOCAL_SEARCH_VALUE = 2 |
|
static |
◆ SIMULATED_ANNEALING
◆ SIMULATED_ANNEALING_VALUE
| final int SIMULATED_ANNEALING_VALUE = 3 |
|
static |
◆ TABU_SEARCH
◆ TABU_SEARCH_VALUE
| final int TABU_SEARCH_VALUE = 4 |
|
static |
◆ UNRECOGNIZED
◆ UNSET
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 102 of file LocalSearchMetaheuristic.java.
◆ UNSET_VALUE
| final int 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 170 of file LocalSearchMetaheuristic.java.
The documentation for this enum was generated from the following file: