ArticleslgStudy

computer science

Lexicographic optimization

Lexicographic optimization is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Lexicographic optimization rather than just read about it. In short: Lexicographic optimization is a kind of multi-objective optimization. In general, multi-objective optimization deals with optimization problems with two or more objective functions to be optimized simultaneously.

Key takeaways

  • Lexicographic optimization belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Lexicographic optimization to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Lexicographic optimization from memory before moving on to harder problems.

Reference excerpt

Lexicographic optimization is a kind of multi-objective optimization. In general, multi-objective optimization deals with optimization problems with two or more objective functions to be optimized simultaneously. Often, the different objectives can be ranked in order of importance to the decision-maker, so that objective f 1 {\displaystyle f_{1}} is the most important, objective f 2 {\displaystyle f_{2}} is the next most important, and so on. Lexicographic optimization presumes that the decision-maker prefers even a very small increase in f 1 {\displaystyle f_{1}} , to even a very large increase in f 2 , f 3 , f 4 , {\displaystyle f_{2},f_{3},f_{4},} etc. Similarly, the decision-maker prefers even a very small increase in f 2 {\displaystyle f_{2}} , to even a very large increase in f 3 , f 4 , {\displaystyle f_{3},f_{4},} etc. In other words, the decision-maker has lexicographic preferences, ranking the possible solutions according to a lexicographic order of their objective function values. Lexicographic optimization is sometimes called preemptive optimization, since a small increase in one objective value preempts a much larger increase in less important objective values. As an example, consider a firm which puts safety above all. It wants to maximize the safety of its workers and customers. Subject to attaining the maximum possible safety, it wants to maximize profits. This firm performs lexicographic optimization, where f 1 {\displaystyle f_{1}} denotes safety and f 2 {\displaystyle f_{2}} denotes profits. As another example, in project management, when analyzing PERT networks, one often wants to minimize the mean completion time, and subject to this, minimize the variance of the completion time.

Notation A lexicographic maximization problem is often written as: lex ⁡ max f 1 ( x ) , f 2 ( x ) , … , f n ( x ) subject to x ∈ X {\displaystyle {\begin{aligned}\operatorname {lex} \max &&f_{1}(x),f_{2}(x),\ldots ,f_{n}(x)\\{\text{subject to}}&&x\in X\end{aligned}}} where f 1 , … , f n {\displaystyle f_{1},\ldots ,f_{n}} are the functions to maximize, ordered from the most to the least important; x {\displaystyle x} is the vector of decision variables; and X {\displaystyle X} is the feasible set - the set of possible values of x {\displaystyle x} . A lexicographic minimization problem can be defined analogously.

Algorithms There are several algorithms for solving lexicographic optimization problems.

Sequential algorithm for general objectives A leximin optimization problem with n {\displaystyle n} objectives can be solved using a sequence of n {\displaystyle n} single-objective optimization problems, as follows:

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Lexicographic optimization

Start with the simplest possible case. Write down what Lexicographic optimization claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Lexicographic optimization before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Lexicographic optimization ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Lexicographic optimization

In research
Lexicographic optimization appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Lexicographic optimization in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Lexicographic optimization is common in secondary-school and first-year university syllabi. It links to neighbouring topics Multiple-criteria decision analysis, Optimization algorithms and methods, so understanding it makes those chapters shorter.
In everyday life
Look for Lexicographic optimization outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Lexicographic optimization in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Lexicographic optimization means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Lexicographic optimization out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Lexicographic optimization in simple terms?

Lexicographic optimization is a kind of multi-objective optimization. In general, multi-objective optimization deals with optimization problems with two or more objective functions to be optimized simultaneously.

Why does Lexicographic optimization matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Lexicographic optimization?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Lexicographic optimization.

Tags

  • Multiple-criteria decision analysis
  • Optimization algorithms and methods

Keep exploring