From 2d9de017c4c6618db433a327b773517227c499e8 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 7 Aug 2023 17:02:09 -0400 Subject: [PATCH] math notation Former-commit-id: 1d5c3d802d5a63aff840a67d0b454083617ce86c --- DOCS/Design/GOLDEN_METRIC.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCS/Design/GOLDEN_METRIC.md b/DOCS/Design/GOLDEN_METRIC.md index cddabef3..fb6d0056 100644 --- a/DOCS/Design/GOLDEN_METRIC.md +++ b/DOCS/Design/GOLDEN_METRIC.md @@ -87,7 +87,9 @@ The UTCS rate is not merely about task completion; it's about the comprehensive We can represent the UTCS rate with the following equation: +``` \[ UTCS Rate = \frac{(Completed Tasks \times User Satisfaction)}{(Total Tasks)} \times 100 \] +``` Where: - Completed Tasks refer to the number of tasks Swarms executes without errors.