monikriteerioptimointiin
Monikriteerioptimointiin refers to a class of optimization problems where the goal is to simultaneously optimize multiple, often conflicting, objective functions. Unlike single-objective optimization, where a single best solution is sought, multi-criteria optimization aims to find a set of solutions that represent trade-offs between the different objectives. These trade-off solutions are known as Pareto optimal solutions. A solution is Pareto optimal if no other feasible solution exists that can improve one objective without worsening at least one other objective.
The process of finding these Pareto optimal solutions is often referred to as multi-objective optimization or
Various algorithms exist to tackle multi-criteria optimization problems, including evolutionary algorithms, gradient-based methods, and goal programming.