public final class IteratedLocalSearchParameters extends com.google.protobuf.GeneratedMessage implements IteratedLocalSearchParametersOrBuilder
Specifies the behavior of a search based on ILS.Protobuf type
operations_research.IteratedLocalSearchParameters
Modifier and Type | Class and Description |
---|---|
static class |
IteratedLocalSearchParameters.Builder
Specifies the behavior of a search based on ILS.
|
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPTANCE_STRATEGY_FIELD_NUMBER |
static int |
IMPROVE_PERTURBED_SOLUTION_FIELD_NUMBER |
static int |
PERTURBATION_STRATEGY_FIELD_NUMBER |
static int |
RUIN_RECREATE_PARAMETERS_FIELD_NUMBER |
static int |
SIMULATED_ANNEALING_PARAMETERS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AcceptanceStrategy.Value |
getAcceptanceStrategy()
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
|
int |
getAcceptanceStrategyValue()
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
|
static IteratedLocalSearchParameters |
getDefaultInstance() |
IteratedLocalSearchParameters |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getImprovePerturbedSolution()
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
|
com.google.protobuf.Parser<IteratedLocalSearchParameters> |
getParserForType() |
PerturbationStrategy.Value |
getPerturbationStrategy()
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
|
int |
getPerturbationStrategyValue()
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
|
RuinRecreateParameters |
getRuinRecreateParameters()
Parameters to customize a ruin and recreate perturbation.
|
RuinRecreateParametersOrBuilder |
getRuinRecreateParametersOrBuilder()
Parameters to customize a ruin and recreate perturbation.
|
int |
getSerializedSize() |
SimulatedAnnealingParameters |
getSimulatedAnnealingParameters()
Parameters to customize a simulated annealing acceptance strategy.
|
SimulatedAnnealingParametersOrBuilder |
getSimulatedAnnealingParametersOrBuilder()
Parameters to customize a simulated annealing acceptance strategy.
|
int |
hashCode() |
boolean |
hasImprovePerturbedSolution()
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
|
boolean |
hasRuinRecreateParameters()
Parameters to customize a ruin and recreate perturbation.
|
boolean |
hasSimulatedAnnealingParameters()
Parameters to customize a simulated annealing acceptance strategy.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static IteratedLocalSearchParameters.Builder |
newBuilder() |
static IteratedLocalSearchParameters.Builder |
newBuilder(IteratedLocalSearchParameters prototype) |
IteratedLocalSearchParameters.Builder |
newBuilderForType() |
protected IteratedLocalSearchParameters.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static IteratedLocalSearchParameters |
parseDelimitedFrom(java.io.InputStream input) |
static IteratedLocalSearchParameters |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IteratedLocalSearchParameters |
parseFrom(byte[] data) |
static IteratedLocalSearchParameters |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IteratedLocalSearchParameters |
parseFrom(java.nio.ByteBuffer data) |
static IteratedLocalSearchParameters |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IteratedLocalSearchParameters |
parseFrom(com.google.protobuf.ByteString data) |
static IteratedLocalSearchParameters |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IteratedLocalSearchParameters |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IteratedLocalSearchParameters |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IteratedLocalSearchParameters |
parseFrom(java.io.InputStream input) |
static IteratedLocalSearchParameters |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<IteratedLocalSearchParameters> |
parser() |
IteratedLocalSearchParameters.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int PERTURBATION_STRATEGY_FIELD_NUMBER
public static final int RUIN_RECREATE_PARAMETERS_FIELD_NUMBER
public static final int IMPROVE_PERTURBED_SOLUTION_FIELD_NUMBER
public static final int ACCEPTANCE_STRATEGY_FIELD_NUMBER
public static final int SIMULATED_ANNEALING_PARAMETERS_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public int getPerturbationStrategyValue()
Determines how a reference solution S is perturbed to obtain a neighbor solution S'.
.operations_research.PerturbationStrategy.Value perturbation_strategy = 1;
getPerturbationStrategyValue
in interface IteratedLocalSearchParametersOrBuilder
public PerturbationStrategy.Value getPerturbationStrategy()
Determines how a reference solution S is perturbed to obtain a neighbor solution S'.
.operations_research.PerturbationStrategy.Value perturbation_strategy = 1;
getPerturbationStrategy
in interface IteratedLocalSearchParametersOrBuilder
public boolean hasRuinRecreateParameters()
Parameters to customize a ruin and recreate perturbation.
.operations_research.RuinRecreateParameters ruin_recreate_parameters = 2;
hasRuinRecreateParameters
in interface IteratedLocalSearchParametersOrBuilder
public RuinRecreateParameters getRuinRecreateParameters()
Parameters to customize a ruin and recreate perturbation.
.operations_research.RuinRecreateParameters ruin_recreate_parameters = 2;
getRuinRecreateParameters
in interface IteratedLocalSearchParametersOrBuilder
public RuinRecreateParametersOrBuilder getRuinRecreateParametersOrBuilder()
Parameters to customize a ruin and recreate perturbation.
.operations_research.RuinRecreateParameters ruin_recreate_parameters = 2;
getRuinRecreateParametersOrBuilder
in interface IteratedLocalSearchParametersOrBuilder
public boolean hasImprovePerturbedSolution()
Determines whether solution S', obtained from the perturbation, should be optimized with a local search application.
optional bool improve_perturbed_solution = 3;
hasImprovePerturbedSolution
in interface IteratedLocalSearchParametersOrBuilder
public boolean getImprovePerturbedSolution()
Determines whether solution S', obtained from the perturbation, should be optimized with a local search application.
optional bool improve_perturbed_solution = 3;
getImprovePerturbedSolution
in interface IteratedLocalSearchParametersOrBuilder
public int getAcceptanceStrategyValue()
Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.
.operations_research.AcceptanceStrategy.Value acceptance_strategy = 4;
getAcceptanceStrategyValue
in interface IteratedLocalSearchParametersOrBuilder
public AcceptanceStrategy.Value getAcceptanceStrategy()
Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.
.operations_research.AcceptanceStrategy.Value acceptance_strategy = 4;
getAcceptanceStrategy
in interface IteratedLocalSearchParametersOrBuilder
public boolean hasSimulatedAnnealingParameters()
Parameters to customize a simulated annealing acceptance strategy. These parameters are required iff the acceptance_strategy is SIMULATED_ANNEALING.
.operations_research.SimulatedAnnealingParameters simulated_annealing_parameters = 5;
hasSimulatedAnnealingParameters
in interface IteratedLocalSearchParametersOrBuilder
public SimulatedAnnealingParameters getSimulatedAnnealingParameters()
Parameters to customize a simulated annealing acceptance strategy. These parameters are required iff the acceptance_strategy is SIMULATED_ANNEALING.
.operations_research.SimulatedAnnealingParameters simulated_annealing_parameters = 5;
getSimulatedAnnealingParameters
in interface IteratedLocalSearchParametersOrBuilder
public SimulatedAnnealingParametersOrBuilder getSimulatedAnnealingParametersOrBuilder()
Parameters to customize a simulated annealing acceptance strategy. These parameters are required iff the acceptance_strategy is SIMULATED_ANNEALING.
.operations_research.SimulatedAnnealingParameters simulated_annealing_parameters = 5;
getSimulatedAnnealingParametersOrBuilder
in interface IteratedLocalSearchParametersOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static IteratedLocalSearchParameters parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IteratedLocalSearchParameters parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IteratedLocalSearchParameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IteratedLocalSearchParameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IteratedLocalSearchParameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IteratedLocalSearchParameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static IteratedLocalSearchParameters parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static IteratedLocalSearchParameters parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static IteratedLocalSearchParameters parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static IteratedLocalSearchParameters parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static IteratedLocalSearchParameters parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static IteratedLocalSearchParameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public IteratedLocalSearchParameters.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static IteratedLocalSearchParameters.Builder newBuilder()
public static IteratedLocalSearchParameters.Builder newBuilder(IteratedLocalSearchParameters prototype)
public IteratedLocalSearchParameters.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected IteratedLocalSearchParameters.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.AbstractMessage
public static IteratedLocalSearchParameters getDefaultInstance()
public static com.google.protobuf.Parser<IteratedLocalSearchParameters> parser()
public com.google.protobuf.Parser<IteratedLocalSearchParameters> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public IteratedLocalSearchParameters getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2025. All rights reserved.