LSStatistics Type¶
- type lsstatistics¶
Statistics of the search.
Summary¶
Running time in seconds. |
|
Number of iterations. |
|
Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search. |
|
Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search. |
|
Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search. |
|
Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search. |
|
Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search. |
|
Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search. |
|
Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search. |
|
Deprecated since version 9.0: This parameter gives an inaccurate view of LocalSolver search. |
|
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
orSTOPPED
.- Return type
int
- lsstatistics.nbIterations¶
Number of iterations.
This attribute is read-only and can only be queried in states
PAUSED
orSTOPPED
.- 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
orSTOPPED
.- 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
orSTOPPED
.- 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
orSTOPPED
.- 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
orSTOPPED
.- 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
orSTOPPED
.- 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
orSTOPPED
.- 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
orSTOPPED
.- 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
orSTOPPED
.- 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
orSTOPPED
.- Return type
int