scalarisering
Scalarization is a technique used in multi-objective optimization to convert a problem with multiple, often conflicting objectives into a single-objective problem. This is achieved by combining the individual objectives into a single scalar function. The goal is to find a solution that optimizes this scalar function, which ideally corresponds to a good compromise or a Pareto optimal solution for the original multi-objective problem.
There are various methods for scalarization. One common approach is the weighted sum method, where each objective
The choice of scalarization method and the specific parameters used (e.g., weights or epsilon values) can significantly