Uses of Class
com.google.ortools.constraintsolver.GlobalCheapestInsertionParameters.Builder
Packages that use GlobalCheapestInsertionParameters.Builder
-
Uses of GlobalCheapestInsertionParameters.Builder in com.google.ortools.constraintsolver
Subclasses with type arguments of type GlobalCheapestInsertionParameters.Builder in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic final classParameters used to configure global cheapest insertion heuristics.Methods in com.google.ortools.constraintsolver that return GlobalCheapestInsertionParameters.BuilderModifier and TypeMethodDescriptionGlobalCheapestInsertionParameters.Builder.clear()GlobalCheapestInsertionParameters.Builder.clearAddUnperformedEntries()Whether or not to consider entries making the nodes/pairs unperformed.GlobalCheapestInsertionParameters.Builder.clearFarthestSeedsRatio()Ratio (between 0 and 1) of available vehicles in the model on which farthest nodes of the model are inserted as seeds.GlobalCheapestInsertionParameters.Builder.clearMinNeighbors()int32 min_neighbors = 3;GlobalCheapestInsertionParameters.Builder.clearNeighborsRatio()Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors for each node when creating new insertions in the parallel/sequential cheapest insertion heuristic.GlobalCheapestInsertionParameters.Builder.clearUseNeighborsRatioForInitialization()Whether or not to only consider closest neighbors when initializing the assignment.RecreateParameters.Builder.getGlobalCheapestInsertionBuilder().operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;RoutingSearchParameters.Builder.getGlobalCheapestInsertionFirstSolutionParametersBuilder()Parameters for the global cheapest insertion heuristic when used as first solution heuristic.RoutingSearchParameters.Builder.getGlobalCheapestInsertionLsOperatorParametersBuilder()Parameters for the global cheapest insertion heuristic when used in a local search operator (see local_search_operators.use_global_cheapest_insertion_path_lns and local_search_operators.use_global_cheapest_insertion_chain_lns below).GlobalCheapestInsertionParameters.Builder.mergeFrom(GlobalCheapestInsertionParameters other) GlobalCheapestInsertionParameters.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GlobalCheapestInsertionParameters.Builder.mergeFrom(com.google.protobuf.Message other) GlobalCheapestInsertionParameters.newBuilder()GlobalCheapestInsertionParameters.newBuilder(GlobalCheapestInsertionParameters prototype) GlobalCheapestInsertionParameters.newBuilderForType()GlobalCheapestInsertionParameters.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GlobalCheapestInsertionParameters.Builder.setAddUnperformedEntries(boolean value) Whether or not to consider entries making the nodes/pairs unperformed.GlobalCheapestInsertionParameters.Builder.setFarthestSeedsRatio(double value) Ratio (between 0 and 1) of available vehicles in the model on which farthest nodes of the model are inserted as seeds.GlobalCheapestInsertionParameters.Builder.setMinNeighbors(int value) int32 min_neighbors = 3;GlobalCheapestInsertionParameters.Builder.setNeighborsRatio(double value) Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors for each node when creating new insertions in the parallel/sequential cheapest insertion heuristic.GlobalCheapestInsertionParameters.Builder.setUseNeighborsRatioForInitialization(boolean value) Whether or not to only consider closest neighbors when initializing the assignment.GlobalCheapestInsertionParameters.toBuilder()Methods in com.google.ortools.constraintsolver with parameters of type GlobalCheapestInsertionParameters.BuilderModifier and TypeMethodDescriptionRecreateParameters.Builder.setGlobalCheapestInsertion(GlobalCheapestInsertionParameters.Builder builderForValue) .operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;RoutingSearchParameters.Builder.setGlobalCheapestInsertionFirstSolutionParameters(GlobalCheapestInsertionParameters.Builder builderForValue) Parameters for the global cheapest insertion heuristic when used as first solution heuristic.RoutingSearchParameters.Builder.setGlobalCheapestInsertionLsOperatorParameters(GlobalCheapestInsertionParameters.Builder builderForValue) Parameters for the global cheapest insertion heuristic when used in a local search operator (see local_search_operators.use_global_cheapest_insertion_path_lns and local_search_operators.use_global_cheapest_insertion_chain_lns below).