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.