Uses of Class
com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Packages that use LocalSearchStatistics.Builder
-
Uses of LocalSearchStatistics.Builder in com.google.ortools.constraintsolver
Subclasses with type arguments of type LocalSearchStatistics.Builder in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic final classStatistics on local search.Methods in com.google.ortools.constraintsolver that return LocalSearchStatistics.BuilderModifier and TypeMethodDescriptionLocalSearchStatistics.Builder.addAllFirstSolutionStatistics(Iterable<? extends LocalSearchStatistics.FirstSolutionStatistics> values) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.addAllLocalSearchFilterStatistics(Iterable<? extends LocalSearchStatistics.LocalSearchFilterStatistics> values) Statistics for each filter called during the search.LocalSearchStatistics.Builder.addAllLocalSearchOperatorStatistics(Iterable<? extends LocalSearchStatistics.LocalSearchOperatorStatistics> values) Statistics for each operator called during the search.LocalSearchStatistics.Builder.addFirstSolutionStatistics(int index, LocalSearchStatistics.FirstSolutionStatistics value) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.addFirstSolutionStatistics(int index, LocalSearchStatistics.FirstSolutionStatistics.Builder builderForValue) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.addFirstSolutionStatistics(LocalSearchStatistics.FirstSolutionStatistics value) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.addFirstSolutionStatistics(LocalSearchStatistics.FirstSolutionStatistics.Builder builderForValue) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.addLocalSearchFilterStatistics(int index, LocalSearchStatistics.LocalSearchFilterStatistics value) Statistics for each filter called during the search.LocalSearchStatistics.Builder.addLocalSearchFilterStatistics(int index, LocalSearchStatistics.LocalSearchFilterStatistics.Builder builderForValue) Statistics for each filter called during the search.LocalSearchStatistics.Builder.addLocalSearchFilterStatistics(LocalSearchStatistics.LocalSearchFilterStatistics value) Statistics for each filter called during the search.LocalSearchStatistics.Builder.addLocalSearchFilterStatistics(LocalSearchStatistics.LocalSearchFilterStatistics.Builder builderForValue) Statistics for each filter called during the search.LocalSearchStatistics.Builder.addLocalSearchOperatorStatistics(int index, LocalSearchStatistics.LocalSearchOperatorStatistics value) Statistics for each operator called during the search.LocalSearchStatistics.Builder.addLocalSearchOperatorStatistics(int index, LocalSearchStatistics.LocalSearchOperatorStatistics.Builder builderForValue) Statistics for each operator called during the search.LocalSearchStatistics.Builder.addLocalSearchOperatorStatistics(LocalSearchStatistics.LocalSearchOperatorStatistics value) Statistics for each operator called during the search.LocalSearchStatistics.Builder.addLocalSearchOperatorStatistics(LocalSearchStatistics.LocalSearchOperatorStatistics.Builder builderForValue) Statistics for each operator called during the search.SearchStatistics.Builder.addLocalSearchStatisticsBuilder()Local search statistics for each solver context.SearchStatistics.Builder.addLocalSearchStatisticsBuilder(int index) Local search statistics for each solver context.LocalSearchStatistics.Builder.clear()LocalSearchStatistics.Builder.clearFirstSolutionStatistics()Statistics for each first solution called during the search.LocalSearchStatistics.Builder.clearLocalSearchFilterStatistics()Statistics for each filter called during the search.LocalSearchStatistics.Builder.clearLocalSearchOperatorStatistics()Statistics for each operator called during the search.LocalSearchStatistics.Builder.clearTotalNumAcceptedNeighbors()int64 total_num_accepted_neighbors = 5;LocalSearchStatistics.Builder.clearTotalNumFilteredNeighbors()int64 total_num_filtered_neighbors = 4;LocalSearchStatistics.Builder.clearTotalNumNeighbors()Total number of (filtered/accepted) neighbors created during the search.SearchStatistics.Builder.getLocalSearchStatisticsBuilder(int index) Local search statistics for each solver context.LocalSearchStatistics.Builder.mergeFrom(LocalSearchStatistics other) LocalSearchStatistics.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalSearchStatistics.Builder.mergeFrom(com.google.protobuf.Message other) LocalSearchStatistics.newBuilder()LocalSearchStatistics.newBuilder(LocalSearchStatistics prototype) LocalSearchStatistics.newBuilderForType()protected LocalSearchStatistics.BuilderLocalSearchStatistics.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) LocalSearchStatistics.Builder.removeFirstSolutionStatistics(int index) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.removeLocalSearchFilterStatistics(int index) Statistics for each filter called during the search.LocalSearchStatistics.Builder.removeLocalSearchOperatorStatistics(int index) Statistics for each operator called during the search.LocalSearchStatistics.Builder.setFirstSolutionStatistics(int index, LocalSearchStatistics.FirstSolutionStatistics value) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.setFirstSolutionStatistics(int index, LocalSearchStatistics.FirstSolutionStatistics.Builder builderForValue) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.setLocalSearchFilterStatistics(int index, LocalSearchStatistics.LocalSearchFilterStatistics value) Statistics for each filter called during the search.LocalSearchStatistics.Builder.setLocalSearchFilterStatistics(int index, LocalSearchStatistics.LocalSearchFilterStatistics.Builder builderForValue) Statistics for each filter called during the search.LocalSearchStatistics.Builder.setLocalSearchOperatorStatistics(int index, LocalSearchStatistics.LocalSearchOperatorStatistics value) Statistics for each operator called during the search.LocalSearchStatistics.Builder.setLocalSearchOperatorStatistics(int index, LocalSearchStatistics.LocalSearchOperatorStatistics.Builder builderForValue) Statistics for each operator called during the search.LocalSearchStatistics.Builder.setTotalNumAcceptedNeighbors(long value) int64 total_num_accepted_neighbors = 5;LocalSearchStatistics.Builder.setTotalNumFilteredNeighbors(long value) int64 total_num_filtered_neighbors = 4;LocalSearchStatistics.Builder.setTotalNumNeighbors(long value) Total number of (filtered/accepted) neighbors created during the search.LocalSearchStatistics.toBuilder()Methods in com.google.ortools.constraintsolver that return types with arguments of type LocalSearchStatistics.BuilderModifier and TypeMethodDescriptionSearchStatistics.Builder.getLocalSearchStatisticsBuilderList()Local search statistics for each solver context.Methods in com.google.ortools.constraintsolver with parameters of type LocalSearchStatistics.BuilderModifier and TypeMethodDescriptionSearchStatistics.Builder.addLocalSearchStatistics(int index, LocalSearchStatistics.Builder builderForValue) Local search statistics for each solver context.SearchStatistics.Builder.addLocalSearchStatistics(LocalSearchStatistics.Builder builderForValue) Local search statistics for each solver context.SearchStatistics.Builder.setLocalSearchStatistics(int index, LocalSearchStatistics.Builder builderForValue) Local search statistics for each solver context.