Skip to content

Commit f3e17f3

Browse files
committed
Update README.md
1 parent 1d8cbbf commit f3e17f3

File tree

1 file changed

+10
-29
lines changed

1 file changed

+10
-29
lines changed

README.md

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,51 +33,34 @@ addProblemExtension(new NRPProblemExtension());
3333
Run Nautilus Framework as usual. If everything is working well, when you initiate a new execution, the NRP problem is going to be available as follows:
3434

3535
<kbd>
36-
<img src="https://user-images.githubusercontent.com/114015/94708545-bb346580-0312-11eb-99b6-5fba786e071f.png">
36+
<img src="https://user-images.githubusercontent.com/114015/100835879-5396b580-343c-11eb-8df4-c0933eddacc8.png">
3737
</kbd>
3838

3939
## Objective Functions
4040

4141
This plugin supports the following objective functions
4242

43-
1. Number Of Products
44-
2. Alive Mutants
45-
3. Uncovered Pairs
46-
4. Similarity
47-
5. Cost
48-
6. Unselected Features
49-
7. Unimportant Features
43+
1. Cost
44+
2. Importance
45+
3. Number of Requirements
46+
4. Number of Tasks
47+
5. Profit
5048

5149
Please feel free to pull request a new set of objectives.
5250

5351
## Problem Instances
5452

55-
This plugins makes available the following feature model (problem instances) for your experiments:
53+
This plugins makes available the following list of requirements (problem instances) for your experiments:
5654

57-
1. **James:** SPL for collaborative web systems [1]
58-
2. **CAS (Car Audio System):** a SPL to manage automotive sound systems [6]
59-
3. **WS (Weather Station):** SPL for weather forecast systems [2]
60-
4. **E-Shop:** an E-commerce SPL [5]
61-
5. **Drupal:** a modular open source web content management framework [4]
62-
6. **Smarthome v2.2:** SPL for a smart residential solution [3]
63-
64-
The following table shows information about each feature model:
65-
66-
| Feature Model | # of Products | Alive Mutants | Valid Pairs | # of Features |
67-
|------|:---:|:---:|:---:|:---:|
68-
| James | 68 | 106 | 75 | 14 |
69-
| CAS | 450 | 227 | 183 | 21 |
70-
| WS | 504 | 357 | 195 | 22 |
71-
| E-Shop | 1152 | 94 | 202 | 22 |
72-
| Drupal | ~2.09E9 | 2194 | 1081 | 48 |
73-
| Smarthome | ~3.87E9 | 2948 | 1710 | 60 |
55+
1. **r025**: 25 requirements to be selected (randomly generated)
56+
2. **r100**: 100 requirements to be selected (randomly generated)
7457

7558
## Screenshot
7659

7760
The following image shows an execution considering all objective functions
7861

7962
<kbd>
80-
<img src="https://user-images.githubusercontent.com/114015/94716124-6695e800-031c-11eb-8d58-2a028b9fd8cb.png">
63+
<img src="https://user-images.githubusercontent.com/114015/100836227-ef282600-343c-11eb-863e-d06b7bd43a02.png">
8164
</kbd>
8265

8366

@@ -98,5 +81,3 @@ See also the list of [contributors](https://github.com/nautilus-framework/nautil
9881
## License
9982

10083
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
101-
102-
## References

0 commit comments

Comments
 (0)