Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • SDK4ED WikiSDK4ED Wiki
  • Wiki Home
  • Wiki
  • Decision Support Toolbox Description

Decision Support Toolbox Description · Changes

Page history
Update Decision Support Toolbox Description authored Dec 17, 2020 by Christos Lamprakos's avatar Christos Lamprakos
Hide whitespace changes
Inline Side-by-side
Decision-Support-Toolbox-Description.md
View page @ 23a6e026
......@@ -20,6 +20,7 @@ The functionality can then be divided in the 6 below steps:
- Augment the accumulated suggestions with information about their overall impacts to all 3 of the code qualities, and produce the respective design space
- Visualize the output of the previous step in an interactive, easy-to-understand fashion
- Combine the decision maker's preferences with the trade-offs between each of the suggestions, and feed a decision-making algorithm for ranking each alternative
- Combine the decision-making algorithm's outputs with predictions from the Forecasting Toolbox and provide the user with a final view on the available options, and their values.
## LUT Structure
A direct consequence of SDK4ED's modular architecture is that none of the analysis toolboxes does take into consideration code qualities other than the one it optimizes. To take meaningful decisions, however, the user will need to evaluate all refactorings universally. Regardless of the source toolbox of a suggestion, the displayed information should include its impact on all aspects: energy, technical debt and security.
......@@ -44,6 +45,11 @@ Below a mapping of the impact values to their actual lexicographical meanings is
|1 |Slightly Improve |
|2 |Improve |
# Decision Making Algorithm
Even though the visualization scheme in the previous step provides a sturdy first picture, the functionality would be incomplete without a decision-making algorithm. Such an algorithm would receive user preferences and the design space as input, and produce a ranked, sorted version of the suggestions as output. The user would then combine the sorted list with the interactive vectors displayed above, to come up with a final decision.
The theory of Multi-Criteria Decision Making (MCDM) provides a fitting framework and set of algorithms for handling situations like this part of the Trade-off Manager. Incorporating MCDM methods in the tool has been our focus during writing deliverable D4.5.
# Refactorings as Financial Investment
[PSQL]: <https://www.postgresql.org/>
\ No newline at end of file
Clone repository
  • Advanced
  • Architectural Toolbox Description
  • Architectural Toolbox Front End
  • Architectural Toolbox Home
  • Architectural Toolbox Installation
  • Architectural Toolbox Usage
  • Decision Support Toolbox Description
  • Decision Support Toolbox Front end
  • Decision Support Toolbox Installation
  • Decision Support Toolbox Usage
  • Decision Support Toolbox
  • Energy Toolbox Description
  • Energy Toolbox Front end
  • Energy Toolbox Installation
  • Energy Toolbox Usage
View All Pages