Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder Interface Reference
Inheritance diagram for com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder:
com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder

Public Member Functions

java.lang.String getLocalSearchOperator ()
 
com.google.protobuf.ByteString getLocalSearchOperatorBytes ()
 
long getNumNeighbors ()
 
long getNumFilteredNeighbors ()
 
long getNumAcceptedNeighbors ()
 
double getDurationSeconds ()
 

Detailed Description

Definition at line 739 of file LocalSearchStatistics.java.

Member Function Documentation

◆ getDurationSeconds()

double com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder.getDurationSeconds ( )

◆ getLocalSearchOperator()

java.lang.String com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder.getLocalSearchOperator ( )

◆ getLocalSearchOperatorBytes()

com.google.protobuf.ByteString com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder.getLocalSearchOperatorBytes ( )
Name of the operator.

string local_search_operator = 1;

Returns
The bytes for localSearchOperator.

Implemented in com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics, and com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.

◆ getNumAcceptedNeighbors()

long com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder.getNumAcceptedNeighbors ( )
Number of neighbors eventually accepted.

int64 num_accepted_neighbors = 4;

Returns
The numAcceptedNeighbors.

Implemented in com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics, and com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.

◆ getNumFilteredNeighbors()

long com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder.getNumFilteredNeighbors ( )
Number of neighbors which were filtered.

int64 num_filtered_neighbors = 3;

Returns
The numFilteredNeighbors.

Implemented in com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics, and com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder.

◆ getNumNeighbors()

long com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder.getNumNeighbors ( )

The documentation for this interface was generated from the following file: