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.

This page is for an old version of Hexaly Optimizer. We recommend that you update your version and read the documentation for the latest stable release.

LSStatistics Type

type lsstatistics

Statistics of the search.

Summary

Attributes

runningTime

Running time in seconds.

nbIterations

Number of iterations.

nbMoves

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

nbAcceptedMoves

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

nbImprovingMoves

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

nbRejectedMoves

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

nbInfeasibleMoves

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

percentAcceptedMoves

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

percentImprovingMoves

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

percentRejectedMoves

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

percentInfeasibleMoves

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

Attributes

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