Every engineer, doctor, and policymaker faces the same problem: too many goals that pull in opposite directions. Make an airplane faster and it burns more fuel. Make a drug more effective and side effects climb. Make software run quicker and memory consumption rises.
Classical optimization has a clean answer for a single objective — find the minimum cost, maximum throughput, or lowest error. But add a second conflicting goal and the clean answer evaporates. There is no single point that simultaneously minimizes cost and maximizes quality; every gain on one axis costs something on the other.
The insight that resolves this tension is Pareto optimality, named after the economist Vilfredo Pareto. A solution is Pareto optimal when no other solution is better on every objective at once. The full collection of such solutions — the Pareto front — is the only honest answer a computer can give when objectives conflict: here are all the fair trade-offs; the final choice is yours.
Comments
Loading comments...