LSStatistics Type¶
-
type
lsstatistics¶ Statistics of the search.
Summary¶
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
PAUSEDorSTOPPED.Return type: int
-
lsstatistics.nbIterations¶ Number of iterations.
This attribute is read-only and can only be queried in states
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.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
PAUSEDorSTOPPED.Return type: int