LocalSolver logo
is now
Hexaly logo

We're excited to share that we are moving forward. We're leaving behind the LocalSolver brand and transitioning to our new identity: Hexaly. This represents a leap forward in our mission to enable every organization to make better decisions faster when faced with operational and strategic challenges.

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