> For the complete documentation index, see [llms.txt](https://albertlidesign.gitbook.io/ibeso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://albertlidesign.gitbook.io/ibeso/tutorial/scoring-system.md).

# Scoring System

The scoring system allows users to evaluate the four existing solutions according to their subjective preferences. Users can open the [Scoring Panel](/ibeso/gui/scoring-panel.md) to score the solutions. The scores will be used as weights to influence the next generation of solutions.

The description of GUI can be found in the [Main Interface](/ibeso/gui/main-interface.md) and the [Scoring Panel](/ibeso/gui/scoring-panel.md).

### Tutorial

Fig. 1 shows four existing solutions obtained by the four optimizers. The resolution is set to 76 x 40. Once the four optimizers are finished, <img src="/files/MQ7HmPoeRMuejz3qqUZB" alt="" data-size="line"> becomes active.&#x20;

![Fig. 1. The four existing solutions](/files/2B32yKMP9jkbZkvaWoiu)

Next, users can open the scoring panel by clicking <img src="/files/MQ7HmPoeRMuejz3qqUZB" alt="" data-size="line"> to evaluate the four solutions. For example, if someone likes the top-right solution, he or she can give a high score to Solution B and sign low scores for other solutions (see Fig. 2). Click <img src="/files/B9qlM8wbo7fU4u9hm0T1" alt="" data-size="line"> can save all changes.

![Fig. 2. Scoring the four solutions in Scoring Panel](/files/7D2gY68aU6yBuwVBmEcE)

Finally, click <img src="/files/0gdF1TZTTe2mTW0LwSrc" alt="" data-size="line"> to create the next generation of four solutions considering the subjective preferences. The results are shown in Fig. 3. As can be seen that the shapes of all solutions in the new generation are similar to the top-right solution in the last generation. Moreover, the new solutions have a slight difference in shape, which can be reflected in the performance difference.

![Fig. 3. The four new solutions considering subjective preferences can be obtained](/files/x78Cuv54vTryE1JIRfid)

Besides, users can also change the influence degree of the scoring weights in the [Parameter Panel](/ibeso/gui/parameter-panel.md) (default is 1).

![Fig. 4. Modifying the influence degree of the scoring weights in the parameter panel (default is 1)](/files/pInYEheC5YtFhg2bqkdH)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://albertlidesign.gitbook.io/ibeso/tutorial/scoring-system.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.
