# Analyzing results of offline optimization studies

Since an offline optimization study lasts for at most the number of configured experiments and typically runs in a test or pre-production environment, results could be safely either analyzed after the study has completely finished.

However, it is a good practice to analyze partial results while the study is still running as this may provide useful insights about both the system being optimized (e.g. understanding of the system dynamics and sub-optimal configurations that could be immediately applied) and about the optimization study itself (e.g. how to re-design a workflow or change constraints), early-on.

The Akamas UI displays the results of an offline optimization study in different visual areas:

* the **Best Configuration** section provides the optimal configuration identified by Akamas, as a list of recommended values for the optimization parameters compared to the baseline and ranked according to their relevance;

<figure><img src="/files/UUooJkuCU2bwveS1nxE3" alt=""><figcaption><p>Best Configuration section</p></figcaption></figure>

* the **Progress tab** see the following figures) displays the progression of the study with respect to the study steps, the status of each experiment (and trial), its associated score, and the parameter values of the corresponding configurations; this area is mostly used for study monitoring (e.g. identifying failing workflows) and troubleshooting purposes;

<figure><img src="/files/AkUcTu9jdc73JhFMGPgp" alt=""><figcaption><p>Progress tab showing the study steps and experiments</p></figcaption></figure>

<figure><img src="/files/wkFGVX8uHjpQ6WLlbudz" alt=""><figcaption><p>Progress tab showing the configuration associted to an experiment as compared to the best and baseline</p></figcaption></figure>

* the **Analysis** **tab** (see the following figures) displays how the baseline and experiments score with respect to the optimization goal, and the values of metrics and parameters for the corresponding configurations; this area supports the analysis of the different configurations;

<figure><img src="/files/DPbylU65ywxeVD27iym7" alt=""><figcaption><p>Higher part of the Analysis tab showing scored experiments over time</p></figcaption></figure>

<figure><img src="/files/zA1CiJw6R50HDrbbdnut" alt=""><figcaption><p>Lower part of the Analysis tab showing values for each confguration metric and parameter</p></figcaption></figure>

* the **Metrics tab** (see the following figure) displays the behavior of the metrics for all executed experiments (and trials); this area supports both study validation activities and deeper analysis of the system behavior;

<figure><img src="/files/pmg8hTSvdVDangpXhzBG" alt=""><figcaption><p>Analysis tab with selected metrics and relative constraints (toggle on)</p></figcaption></figure>

* the **Insights section** (see the following figure) displays any suboptimal configurations that have been identified for the study KPIs, and also allows making comparisons among them and the best configuration - the [Optimization Insights](/akamas-docs/3.2.0/using-akamas/running-optimization-studies/analyzing-results-of-offline-optimization-studies/optimization-insights.md) page describes in further detail the Insight section and the insights tags displayed in other areas of the Akamas UI.

<figure><img src="/files/er8gYiUs4jvOgmwi6n4n" alt=""><figcaption><p>Best Score and Insight section of an offline optinmization study</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.akamas.io/akamas-docs/3.2.0/using-akamas/running-optimization-studies/analyzing-results-of-offline-optimization-studies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
