Pareto Front(en.wikipedia.org)
252 points by binyu 23 days ago | 105 comments
tl;dr: In multi-objective optimization, the Pareto front is the set of solutions where no objective can be improved without worsening another—useful for narrowing design tradeoffs. In economics, Pareto-optimal allocations require the marginal rate of substitution to be equal across all consumers. Since computing the full front is often intractable, algorithms like weighted sums, ε-constraints, skyline queries, and multi-objective evolutionary algorithms (e.g., NSGA-II, MOEA/D) are used, often producing ε-approximations.
HN Discussion:
  • Personal anecdotes applying Pareto frontier concept to fitness and training
  • Practical applications of Pareto frontier in work decisions and tool comparisons
  • ~Pareto front suffers from curse of dimensionality, limiting practical usefulness
  • Confusion or critique of the article's wording/definitions needing clarification
  • ~Skepticism toward Pareto terminology due to misuse by managers (80/20 rule)