| Indicators | Min | Max | Average |
|---|---|---|---|
| {{ formatMetricName(indicator.name) }} | {{ formatMetricValue(indicator.min, indicator.unit) }} | {{ formatMetricValue(indicator.max, indicator.unit) }} | {{ formatMetricValue(calculateAverage(indicator, selectedCampaign), indicator.unit) }} |
| Start: {{ selectedCampaign.startedAt | date:'yyyy-MM-dd HH:mm:ss' }} | Solutions: {{ selectedCampaign.numberOfSolution }} |
| End: {{ selectedCampaign.endedAt | date:'yyyy-MM-dd HH:mm:ss' }} | Solutions achieved: {{ selectedCampaign.numberOfSolutionAchieved }} |
| Duration: {{ calculateDuration(selectedCampaign) }} | Solutions failures: {{ selectedCampaign.numberOfFailureSolution }} @if (selectedCampaign.numberOfFailureSolution > 0) { } |
|
Status:
@switch (selectedCampaign.status) {
@case ('ENDED') {
|
| Find solutions |
|
limit to |
Error Message:
{{ selectedCampaign.error.errorMessage }}
Error Stacktrace:
{{ selectedCampaign.error.errorStacktrace }}
|
|
@if (pair[1] != null) {
|
None solution found !!!
}| Indicators | Expected Value | Expected Score |
|---|---|---|
| {{ formatMetricName(indicator.name) }} | {{ formatMetricValue(indicator["indicatorValue"].simulatedValue.precise, indicator.unit) }} | {{ formatMetricValue(calculateScoreIndicator(indicator), "/20") }} |
None scenarios created for the moment