LSStatistics Class

class LSStatistics

Statistics of the search.

Summary

Fields

LSStatistics.runningTime

Running time in seconds. Note that is the “real” time spent (and not only the CPU or system time).

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.nbIterations

Number of iterations.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.nbMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.nbAcceptedMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.nbImprovingMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.nbRejectedMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.nbInfeasibleMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.percentAcceptedMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.percentImprovingMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.percentRejectedMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int

LSStatistics.percentInfeasibleMoves

Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search.

This attribute is read-only and can only be queried in states PAUSED or STOPPED.

Return type:

int