Specifies the behavior of a search based on ILS.
More...
|
static pb::MessageParser< IteratedLocalSearchParameters > | Parser [get] |
|
static pbr::MessageDescriptor | Descriptor [get] |
|
global::Google.OrTools.ConstraintSolver.PerturbationStrategy.Types.Value | PerturbationStrategy [get, set] |
| Determines how a reference solution S is perturbed to obtain a neighbor solution S'.
|
|
global::Google.OrTools.ConstraintSolver.RuinRecreateParameters | RuinRecreateParameters [get, set] |
| Parameters to customize a ruin and recreate perturbation.
|
|
bool | ImprovePerturbedSolution [get, set] |
| Determines whether solution S', obtained from the perturbation, should be optimized with a local search application.
|
|
bool | HasImprovePerturbedSolution [get] |
| Gets whether the "improve_perturbed_solution" field is set.
|
|
global::Google.OrTools.ConstraintSolver.AcceptanceStrategy.Types.Value | AcceptanceStrategy [get, set] |
| Determines when the neighbor solution S', possibly improved if improve_perturbed_solution is true, replaces the reference solution S.
|
|
global::Google.OrTools.ConstraintSolver.SimulatedAnnealingParameters | SimulatedAnnealingParameters [get, set] |
| Parameters to customize a simulated annealing acceptance strategy. These parameters are required iff the acceptance_strategy is SIMULATED_ANNEALING.
|
|
Specifies the behavior of a search based on ILS.
Definition at line 2934 of file RoutingIls.pb.cs.
◆ IteratedLocalSearchParameters() [1/2]
Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.IteratedLocalSearchParameters |
( |
| ) |
|
|
inline |
◆ IteratedLocalSearchParameters() [2/2]
◆ CalculateSize()
int Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.CalculateSize |
( |
| ) |
|
|
inline |
◆ ClearImprovePerturbedSolution()
void Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.ClearImprovePerturbedSolution |
( |
| ) |
|
|
inline |
Clears the value of the "improve_perturbed_solution" field.
Definition at line 3042 of file RoutingIls.pb.cs.
◆ Clone()
◆ Equals() [1/2]
◆ Equals() [2/2]
override bool Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.Equals |
( |
object | other | ) |
|
|
inline |
◆ GetHashCode()
override int Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
◆ MergeFrom() [2/2]
void Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ ToString()
override string Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ AcceptanceStrategyFieldNumber
const int Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.AcceptanceStrategyFieldNumber = 4 |
|
static |
◆ ImprovePerturbedSolutionFieldNumber
const int Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.ImprovePerturbedSolutionFieldNumber = 3 |
|
static |
Field number for the "improve_perturbed_solution" field.
Definition at line 3016 of file RoutingIls.pb.cs.
◆ PerturbationStrategyFieldNumber
const int Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.PerturbationStrategyFieldNumber = 1 |
|
static |
Field number for the "perturbation_strategy" field.
Definition at line 2985 of file RoutingIls.pb.cs.
◆ RuinRecreateParametersFieldNumber
const int Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.RuinRecreateParametersFieldNumber = 2 |
|
static |
Field number for the "ruin_recreate_parameters" field.
Definition at line 3001 of file RoutingIls.pb.cs.
◆ SimulatedAnnealingParametersFieldNumber
const int Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.SimulatedAnnealingParametersFieldNumber = 5 |
|
static |
Field number for the "simulated_annealing_parameters" field.
Definition at line 3063 of file RoutingIls.pb.cs.
◆ AcceptanceStrategy
global.Google.OrTools.ConstraintSolver.AcceptanceStrategy.Types.Value Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.AcceptanceStrategy |
|
getset |
Determines when the neighbor solution S', possibly improved if improve_perturbed_solution
is true, replaces the reference solution S.
Definition at line 3055 of file RoutingIls.pb.cs.
◆ Descriptor
pbr.MessageDescriptor Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.Descriptor |
|
staticget |
◆ HasImprovePerturbedSolution
bool Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.HasImprovePerturbedSolution |
|
get |
Gets whether the "improve_perturbed_solution" field is set.
Definition at line 3036 of file RoutingIls.pb.cs.
◆ ImprovePerturbedSolution
bool Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.ImprovePerturbedSolution |
|
getset |
Determines whether solution S', obtained from the perturbation, should be optimized with a local search application.
Definition at line 3026 of file RoutingIls.pb.cs.
◆ Parser
◆ PerturbationStrategy
global.Google.OrTools.ConstraintSolver.PerturbationStrategy.Types.Value Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.PerturbationStrategy |
|
getset |
Determines how a reference solution S is perturbed to obtain a neighbor solution S'.
Definition at line 2993 of file RoutingIls.pb.cs.
◆ RuinRecreateParameters
global.Google.OrTools.ConstraintSolver.RuinRecreateParameters Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.RuinRecreateParameters |
|
getset |
Parameters to customize a ruin and recreate perturbation.
Definition at line 3008 of file RoutingIls.pb.cs.
◆ SimulatedAnnealingParameters
global.Google.OrTools.ConstraintSolver.SimulatedAnnealingParameters Google.OrTools.ConstraintSolver.IteratedLocalSearchParameters.SimulatedAnnealingParameters |
|
getset |
Parameters to customize a simulated annealing acceptance strategy. These parameters are required iff the acceptance_strategy is SIMULATED_ANNEALING.
Definition at line 3071 of file RoutingIls.pb.cs.
The documentation for this class was generated from the following file: