HxStatistics Class

class HxStatistics

Statistics of the search.

Summary

Fields

HxStatistics.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

HxStatistics.nbIterations

Number of iterations.

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

Return type:

int

HxStatistics.nbMoves

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

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

Return type:

int

HxStatistics.nbAcceptedMoves

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

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

Return type:

int

HxStatistics.nbImprovingMoves

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

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

Return type:

int

HxStatistics.nbRejectedMoves

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

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

Return type:

int

HxStatistics.nbInfeasibleMoves

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

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

Return type:

int

HxStatistics.percentAcceptedMoves

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

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

Return type:

int

HxStatistics.percentImprovingMoves

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

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

Return type:

int

HxStatistics.percentRejectedMoves

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

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

Return type:

int

HxStatistics.percentInfeasibleMoves

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

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

Return type:

int