Uses of Class
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
Packages that use LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Uses of LocalSearchStatistics.LocalSearchOperatorStatistics.Builder in com.google.ortools.constraintsolver
Subclasses with type arguments of type LocalSearchStatistics.LocalSearchOperatorStatistics.Builder in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic final class
Statistics on local search operators called during the search.Methods in com.google.ortools.constraintsolver that return LocalSearchStatistics.LocalSearchOperatorStatistics.BuilderModifier and TypeMethodDescriptionLocalSearchStatistics.Builder.addLocalSearchOperatorStatisticsBuilder()
Statistics for each operator called during the search.LocalSearchStatistics.Builder.addLocalSearchOperatorStatisticsBuilder
(int index) Statistics for each operator called during the search.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.clear()
LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.clearAcceptNeighborDurationSeconds()
Time spent in accepting a neighbor (restoration and storage, not including filtering).LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.clearDurationSeconds()
Time spent in the operator.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.clearLocalSearchOperator()
Name of the operator.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.clearMakeNextNeighborDurationSeconds()
Time spent in creating neighbors (calling MakeNextNeighbor).LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.clearNumAcceptedNeighbors()
Number of neighbors eventually accepted.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.clearNumFilteredNeighbors()
Number of neighbors which were filtered.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.clearNumNeighbors()
Number of neighbors generated by the operator.LocalSearchStatistics.Builder.getLocalSearchOperatorStatisticsBuilder
(int index) Statistics for each operator called during the search.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.mergeFrom
(LocalSearchStatistics.LocalSearchOperatorStatistics other) LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.mergeFrom
(com.google.protobuf.Message other) LocalSearchStatistics.LocalSearchOperatorStatistics.newBuilder()
LocalSearchStatistics.LocalSearchOperatorStatistics.newBuilder
(LocalSearchStatistics.LocalSearchOperatorStatistics prototype) LocalSearchStatistics.LocalSearchOperatorStatistics.newBuilderForType()
LocalSearchStatistics.LocalSearchOperatorStatistics.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.setAcceptNeighborDurationSeconds
(double value) Time spent in accepting a neighbor (restoration and storage, not including filtering).LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.setDurationSeconds
(double value) Time spent in the operator.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.setLocalSearchOperator
(String value) Name of the operator.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.setLocalSearchOperatorBytes
(com.google.protobuf.ByteString value) Name of the operator.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.setMakeNextNeighborDurationSeconds
(double value) Time spent in creating neighbors (calling MakeNextNeighbor).LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.setNumAcceptedNeighbors
(long value) Number of neighbors eventually accepted.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.setNumFilteredNeighbors
(long value) Number of neighbors which were filtered.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.setNumNeighbors
(long value) Number of neighbors generated by the operator.LocalSearchStatistics.LocalSearchOperatorStatistics.toBuilder()
Methods in com.google.ortools.constraintsolver that return types with arguments of type LocalSearchStatistics.LocalSearchOperatorStatistics.BuilderModifier and TypeMethodDescriptionLocalSearchStatistics.Builder.getLocalSearchOperatorStatisticsBuilderList()
Statistics for each operator called during the search.Methods in com.google.ortools.constraintsolver with parameters of type LocalSearchStatistics.LocalSearchOperatorStatistics.BuilderModifier and TypeMethodDescriptionLocalSearchStatistics.Builder.addLocalSearchOperatorStatistics
(int index, LocalSearchStatistics.LocalSearchOperatorStatistics.Builder builderForValue) Statistics for each operator called during the search.LocalSearchStatistics.Builder.addLocalSearchOperatorStatistics
(LocalSearchStatistics.LocalSearchOperatorStatistics.Builder builderForValue) 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.