Skip to content

Commit

Permalink
pseudocodice
Browse files Browse the repository at this point in the history
  • Loading branch information
cardagna committed May 27, 2024
1 parent 24c4600 commit a639300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@ \subsection{Heuristic}\label{subsec:heuristics}

Function \textbf{SelectService} checks whether it is processing the last window (line 25). If yes, it returns the best combination $G^*_w$ (line 26). Otherwise, it returns the (set of) service at depth $j$ of $G^*_w$ (line 28).

Within each window, function \textbf{SlidingWindowHeuristic} iterates through the selected services to calculate the total quality metric $M$ (\textbf{for cycle} in lines 10-11).\hl{il ciclo non mi è chiarissimo secondo me manca qualcosa o è sbagliato l'indice} This metric is updated by summing the quality metrics of the selected services. The function concludes by returning the best pipeline instance $G'$ and the corresponding quality metric $M$ (line 14).
Within each window, function \textbf{SlidingWindowHeuristic} iterates through the selected services to calculate the total quality metric $M$ (\textbf{for cycle} in lines 10-11).\hl{il ciclo non mi e' chiarissimo secondo me manca qualcosa o e' sbagliato l'indice} This metric is updated by summing the quality metrics of the selected services. The function concludes by returning the best pipeline instance $G'$ and the corresponding quality metric $M$ (line 14).


0 comments on commit a639300

Please sign in to comment.