Lexicographic optimization
ID: lexicographic-optimization
Lexicographic optimization is a method used in multi-objective optimization problems where multiple objectives need to be optimized simultaneously. The approach prioritizes the objectives based on their importance or preference order. Here’s how it generally works: 1. **Ordering Objectives**: The first step in lexicographic optimization involves arranging the objectives in a hierarchy based on their priority. The most important objective is placed first, followed by the second most important, and so on.
New to topics? Read the docs here!