Package com.hexaly.optimizer
Class HxStatistics
java.lang.Object
com.hexaly.optimizer.HxStatistics
Statistics of the search.
-
Method Details
-
getOptimizer
Returns the Hexaly Optimizer object associated to these statistics.- Returns:
- HexalyOptimizer object.
-
getRunningTime
public int getRunningTime()Gets the running time in seconds. Note that is the "real" time spent (and not only the CPU or system time). Only allowed in statesHxState.PausedorHxState.Stopped.- Returns:
- Running time in seconds.
-
getNbIterations
public long getNbIterations()Gets the number of iterations. Only allowed in statesHxState.PausedorHxState.Stopped.- Returns:
- Number of iterations.
-
toString
Returns a String representation of the statistics. Only allowed in statesHxState.PausedorHxState.Stopped. Useful for debugging or logging purposes. -
hashCode
public int hashCode() -
equals
-