Ensemble averaging is a statistical aggregation technique where the final prediction for a regression task or continuous output is computed as the arithmetic mean of the predictions from multiple independent models or agents. This simple yet powerful method reduces overall variance and mitigates the impact of individual model errors, leading to a more stable and often more accurate final output than any single contributor. It is a core component of bootstrap aggregating (bagging) and is fundamental to building robust agentic cognitive architectures.
