Local Optimum
A solution that is best within a limited neighborhood but not the globally best solution.
Also known as: local maximum, local minimum, local optima
Category: Decision Science
Tags: optimization, decision-making, strategy, problem-solving, tradeoffs
Explanation
A local optimum (or local maximum/minimum) is a solution that appears optimal when compared only to nearby alternatives, but may not be the best solution globally. It's like finding the top of a small hill while missing the mountain nearby.
This concept is critical in:
**Decision-making**: We often settle for "good enough" solutions because we only compare them to slight variations, missing radically different approaches that would be far better.
**Career and life**: People stay in suboptimal jobs, relationships, or cities because they're the best option they can see from their current position. Making a big change (exploration) might reveal much better options.
**Business**: Companies optimize their current products incrementally while competitors create entirely new categories.
**Learning**: Mastering one technique can prevent discovering better methods—the competence trap.
Escaping local optima requires:
- **Exploration**: Trying random or different approaches
- **Big jumps**: Making significant changes rather than incremental tweaks
- **Fresh perspectives**: Getting outside viewpoints
- **Deliberate experimentation**: Systematically testing alternatives
The exploration vs exploitation tradeoff is fundamentally about balancing the safety of exploiting known local optima against the risk and potential reward of exploring for global optima.
Related Concepts
← Back to all concepts