ArticleslgStudy

computer science

Lexicographic max-min optimization

Lexicographic max-min 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 max-min optimization rather than just read about it. In short: Lexicographic max-min optimization (also called lexmaxmin or leximin or leximax or lexicographic max-ordering 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 max-min 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 max-min optimization to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Lexicographic max-min optimization from memory before moving on to harder problems.

Reference excerpt

Lexicographic max-min optimization (also called lexmaxmin or leximin or leximax or lexicographic max-ordering 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. Lexmaxmin optimization presumes that the decision-maker would like the smallest objective value to be as high as possible; subject to this, the second-smallest objective should be as high as possible; and so on. In other words, the decision-maker ranks the possible solutions according to a leximin order of their objective function values. As an example, consider egalitarian social planners, who want to decide on a policy such that the utility of the poorest person will be as high as possible; subject to this, they want to maximize the utility of the second-poorest person; and so on. This planner solves a lexmaxmin problem, where the objective function number i is the utility of agent number i. Algorithms for lexmaxmin optimization (not using this name) were developed for computing the nucleolus of a cooperative game. An early application of lexmaxmin was presented by Melvin Dresher in his book on game theory, in the context of taking maximum advantage of the opponent's mistakes in a zero-sum game. Behringer cites many other examples in game theory as well as decision theory.

Notation A lexmaxmin problem may be written as: lex ⁡ max min f 1 ( x ) , f 2 ( x ) , … , f n ( x ) subject to x ∈ X {\displaystyle {\begin{aligned}\operatorname {lex} \max \min &&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; 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} .

Comparison with lexicographic optimization Lexmaxmin optimization is closely related to lexicographic optimization. However, in lexicographic optimization, there is a fixed order on the functions, such that f 1 {\displaystyle f_{1}} is the most important, f 2 {\displaystyle f_{2}} is the next-most important, and so on. In contrast, in lexmaxmin, all the objectives are equally important. To present lexmaxmin as a special case of lexicographic optimization, denote by f [ 1 ] ( x ) := min ( f 1 ( x ) , … , f n ( x ) ) = {\displaystyle f_{[1]}(x):=\min(f_{1}(x),\ldots ,f_{n}(x))=} the smallest objective value in x. Similarly, denote by f [ 2 ] ( x ) := {\displaystyle f_{[2]}(x):=} the second-smallest objective value in x, and so on, so that f [ 1 ] ( x ) ≤ f [ 2 ] ( x ) ≤ ⋯ ≤ f [ n ] ( x ) {\displaystyle f_{[1]}(x)\leq f_{[2]}(x)\leq \cdots \leq f_{[n]}(x)} . Then, the lexmaxmin optimization problem can be written as the following lexicographic maximization problem: lex ⁡ max f [ 1 ] ( x ) , … , f [ n ] ( x ) subject to x ∈ X {\displaystyle {\begin{aligned}\operatorname {lex} \max &&f_{[1]}(x),\ldots ,f_{[n]}(x)\\{\text{subject to}}&&x\in X\end{aligned}}}

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Lexicographic max-min optimization

Start with the simplest possible case. Write down what Lexicographic max-min 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 max-min 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 max-min 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 max-min optimization

In research
Lexicographic max-min 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 max-min 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 max-min 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 max-min 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.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Lexicographic max-min optimization” →

Affiliate

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

How to study Lexicographic max-min optimization in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Lexicographic max-min 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 max-min optimization out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Lexicographic max-min optimization in simple terms?

Lexicographic max-min optimization (also called lexmaxmin or leximin or leximax or lexicographic max-ordering 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 simul…

Why does Lexicographic max-min 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 max-min 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 max-min optimization.

Tags

  • Multiple-criteria decision analysis
  • Optimization algorithms and methods

Keep exploring