Uses of Interface
com.google.ortools.constraintsolver.AcceptanceStrategyOrBuilder
Packages that use AcceptanceStrategyOrBuilder
-
Uses of AcceptanceStrategyOrBuilder in com.google.ortools.constraintsolver
Classes in com.google.ortools.constraintsolver that implement AcceptanceStrategyOrBuilderModifier and TypeClassDescriptionfinal classDetermines when a candidate solution replaces another one.static final classDetermines when a candidate solution replaces another one.Methods in com.google.ortools.constraintsolver that return AcceptanceStrategyOrBuilderModifier and TypeMethodDescriptionIteratedLocalSearchParameters.Builder.getBestSolutionAcceptanceStrategyOrBuilder()Determines when the neighbor solution S' replaces the best solution found so far.IteratedLocalSearchParameters.getBestSolutionAcceptanceStrategyOrBuilder()Determines when the neighbor solution S' replaces the best solution found so far.IteratedLocalSearchParametersOrBuilder.getBestSolutionAcceptanceStrategyOrBuilder()Determines when the neighbor solution S' replaces the best solution found so far.IteratedLocalSearchParameters.Builder.getReferenceSolutionAcceptanceStrategyOrBuilder()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.IteratedLocalSearchParameters.getReferenceSolutionAcceptanceStrategyOrBuilder()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.IteratedLocalSearchParametersOrBuilder.getReferenceSolutionAcceptanceStrategyOrBuilder()Determines when the neighbor solution S', possibly improved if `improve_perturbed_solution` is true, replaces the reference solution S.