EvaluatorMetrics

data class EvaluatorMetrics(val totalEvaluatorCalls: Int, val totalDesignPointsEvaluated: Int, val totalReplicationsRequested: Int, val totalOracleReplications: Int, val totalCachedReplications: Int)(source)

Encapsulates the precise usage statistics of the evaluator during the optimization run.

Constructors

Link copied to clipboard
constructor(totalEvaluatorCalls: Int, totalDesignPointsEvaluated: Int, totalReplicationsRequested: Int, totalOracleReplications: Int, totalCachedReplications: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String